Home
last modified time | relevance | path

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

/dports/net/mpich/mpich-3.4.3/modules/izem/src/lock/
H A Dzm_tlp.c75 #define zm_tlp_tryacq_high_p(L, s) zm_ticket_tryacq(&L->high_p, s) macro
78 #define zm_tlp_tryacq_high_p(L, s) zm_mcs_tryacq(&L->high_p, local_ctxt, s) macro
81 #define zm_tlp_tryacq_high_p(L, s) zm_hmcs_tryacq(L->high_p, s) macro
186 zm_tlp_tryacq_high_p(L, &acquired); in zm_tlp_tryacq()