Searched refs:MPIR_Request_has_poll_fn (Results 1 – 8 of 8) sorted by relevance
35 if (MPIR_Request_has_poll_fn(request_ptr)) { in MPIR_Test_state()
85 if (MPIR_Request_has_poll_fn(request_ptr)) { in MPIR_Wait()
54 if (MPIR_Request_has_poll_fn(request_ptrs[i])) { in MPIR_Waitany_state()
49 if (request_ptrs[i] != NULL && MPIR_Request_has_poll_fn(request_ptrs[i])) { in MPIR_Testany_state()
54 if (request_ptrs[i] != NULL && MPIR_Request_has_poll_fn(request_ptrs[i])) { in MPIR_Testsome_state()
57 if (MPIR_Request_has_poll_fn(request_ptrs[i])) { in MPIR_Waitsome_state()
64 if (MPIR_Request_has_poll_fn(request_ptrs[i])) { in MPIR_Testall_state()
583 MPL_STATIC_INLINE_PREFIX int MPIR_Request_has_poll_fn(MPIR_Request * request_ptr) in MPIR_Request_has_poll_fn() function