Home
last modified time | relevance | path

Searched refs:MPIR_Request_has_poll_fn (Results 1 – 8 of 8) sorted by relevance

/dports/net/mpich/mpich-3.4.3/src/mpi/request/
H A Dtest.c35 if (MPIR_Request_has_poll_fn(request_ptr)) { in MPIR_Test_state()
H A Dwait.c85 if (MPIR_Request_has_poll_fn(request_ptr)) { in MPIR_Wait()
H A Dwaitany.c54 if (MPIR_Request_has_poll_fn(request_ptrs[i])) { in MPIR_Waitany_state()
H A Dtestany.c49 if (request_ptrs[i] != NULL && MPIR_Request_has_poll_fn(request_ptrs[i])) { in MPIR_Testany_state()
H A Dtestsome.c54 if (request_ptrs[i] != NULL && MPIR_Request_has_poll_fn(request_ptrs[i])) { in MPIR_Testsome_state()
H A Dwaitsome.c57 if (MPIR_Request_has_poll_fn(request_ptrs[i])) { in MPIR_Waitsome_state()
H A Dtestall.c64 if (MPIR_Request_has_poll_fn(request_ptrs[i])) { in MPIR_Testall_state()
/dports/net/mpich/mpich-3.4.3/src/include/
H A Dmpir_request.h583 MPL_STATIC_INLINE_PREFIX int MPIR_Request_has_poll_fn(MPIR_Request * request_ptr) in MPIR_Request_has_poll_fn() function