Home
last modified time | relevance | path

Searched defs:local_ctxt (Results 1 – 2 of 2) sorted by relevance

/dports/net/mpich/mpich-3.4.3/modules/izem/src/lock/
H A Dzm_tlp.c65 #define zm_tlp_acquire_high_pc(L, local_ctxt) zm_ticket_acquire(&L->high_p) argument
71 #define zm_tlp_acquire_high_pc(L, local_ctxt) zm_hmcs_acquire(L->high_p) argument
76 #define zm_tlp_tryacq_high_pc(L, local_ctxt, s) zm_ticket_tryacq(&L->high_p, s) argument
82 #define zm_tlp_tryacq_high_pc(L, local_ctxt, s) zm_hmcs_tryacq(L->high_p, s) argument
114 #define zm_tlp_acquire_low_pc(L, local_ctxt) zm_ticket_acquire(&L->low_p) argument
120 #define zm_tlp_acquire_low_pc(L, local_ctxt) zm_hmcs_acquire(L->low_p) argument
125 #define zm_tlp_tryacq_low_pc(L, local_ctxt, s) zm_ticket_tryacq(&L->low_p, s) argument
128 #define zm_tlp_tryacq_low_pc(L, local_ctxt, s) zm_mcs_tryacq(L->low_p, s) argument
131 #define zm_tlp_tryacq_low_pc(L, local_ctxt, s) zm_hmcs_tryacq(L->low_p, s) argument
234 int zm_tlp_acquire_c(zm_tlp_t *L, zm_mcs_qnode_t *local_ctxt) { in zm_tlp_acquire_c()
[all …]
/dports/cad/freehdl/freehdl-0.0.7/v2cc/
H A Dv2cc-impl.cc3306 ContextInfo local_ctxt; in m_emit_impl() local