Home
last modified time | relevance | path

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

/dports/net/mpich/mpich-3.4.3/modules/izem/src/include/lock/
H A Dzm_tlp.h19 int zm_tlp_destroy(zm_tlp_t *);
H A Dzm_lock.h.in91 #define zm_lock_destroy(L) zm_tlp_destroy(L)
/dports/net/mpich/mpich-3.4.3/modules/izem/test/perf/lock/
H A Dzmtest_abslock.h60 #define zm_abslock_destroy zm_tlp_destroy
/dports/net/mpich/mpich-3.4.3/modules/izem/test/regres/lock/
H A Dzmtest_abslock.h52 #define zm_abslock_destroy zm_tlp_destroy
/dports/net/mpich/mpich-3.4.3/modules/izem/src/lock/
H A Dzm_tlp.c166 int zm_tlp_destroy(zm_tlp_t *L) in zm_tlp_destroy() function