Home
last modified time | relevance | path

Searched refs: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
68 #define zm_tlp_acquire_high_pc(L, local_ctxt) zm_mcs_acquire_c(L->high_p, local_ctxt) argument
71 #define zm_tlp_acquire_high_pc(L, local_ctxt) zm_hmcs_acquire(L->high_p) argument
79 #define zm_tlp_tryacq_high_pc(L, local_ctxt, s) zm_mcs_tryacq(&L->high_p, local_ctxt, s) argument
114 #define zm_tlp_acquire_low_pc(L, local_ctxt) zm_ticket_acquire(&L->low_p) argument
117 #define zm_tlp_acquire_low_pc(L, local_ctxt) zm_mcs_acquire_c(L->low_p, local_ctxt) argument
120 #define zm_tlp_acquire_low_pc(L, local_ctxt) zm_hmcs_acquire(L->low_p) argument
234 int zm_tlp_acquire_c(zm_tlp_t *L, zm_mcs_qnode_t *local_ctxt) { in zm_tlp_acquire_c() argument
236 zm_tlp_acquire_high_pc(L, local_ctxt); in zm_tlp_acquire_c()
244 int zm_tlp_acquire_low_c(zm_tlp_t *L, zm_mcs_qnode_t *local_ctxt) { in zm_tlp_acquire_low_c() argument
[all …]
/dports/cad/freehdl/freehdl-0.0.7/v2cc/
H A Dv2cc-impl.cc3306 ContextInfo local_ctxt; in m_emit_impl() local
3307 get_context(sa->target, local_ctxt, rstack, true, 0); in m_emit_impl()
3309 filter(local_ctxt.accessed_objects, WRITE, in m_emit_impl()