Home
last modified time | relevance | path

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

/dports/net/mpich/mpich-3.4.3/modules/izem/src/lock/
H A Dzm_tlp.c124 #define zm_tlp_tryacq_low_p(L, s) zm_ticket_tryacq(&L->low_p, s) macro
127 #define zm_tlp_tryacq_low_p(L, s) zm_mcs_tryacq(L->low_p, s) macro
130 #define zm_tlp_tryacq_low_p(L, s) zm_hmcs_tryacq(L->low_p, s) macro
207 zm_tlp_tryacq_low_p(L, &acquired); in zm_tlp_tryacq_low()