Home
last modified time | relevance | path

Searched refs:UCP_REQUEST_FLAG_SYNC (Results 1 – 5 of 5) sorted by relevance

/dports/net/mpich/mpich-3.4.3/modules/ucx/src/ucp/core/
H A Ducp_am.inl14 (req->flags & UCP_REQUEST_FLAG_SYNC) ||
H A Ducp_request.h41 UCP_REQUEST_FLAG_SYNC = UCS_BIT(8), enumerator
H A Ducp_request.inl32 (((_flags) & UCP_REQUEST_FLAG_SYNC) ? 's' : '-')
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/ucp/tag/
H A Dtag_send.c112 if (req->flags & UCP_REQUEST_FLAG_SYNC) { in ucp_tag_send_req()
332 UCP_REQUEST_FLAG_SYNC);
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/ucp/proto/
H A Dproto_am.inl462 (req->flags & UCP_REQUEST_FLAG_SYNC) ||