Lines Matching full:wait
54 /// in sequence without intermediate wait. The check contains a guard,
61 /// Checks if the request used by the wait function was not used at all
62 /// before. The check contains a guard, in order to only inspect wait
69 /// Check if a nonblocking call is not matched by a wait.
71 /// request was a nonblocking call, this is rated as a missing wait.
76 /// Collects all memory regions of a request(array) used by a wait
77 /// function. If the wait function uses a single request, this is a single
78 /// region. For wait functions using multiple requests, multiple regions
83 /// \param CE MPI wait call using the request(s)
89 /// Returns the memory region used by a wait function.
92 /// \param CE MPI wait call