Searched refs:mtx_destroy (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/test/libc-tests/tests/
H A Dc11_threads.c66 mtx_destroy(&mtx);
68 mtx_destroy(&mtx);
70 mtx_destroy(&mtx);
72 mtx_destroy(&mtx);
90 mtx_destroy(&mtx);
102 mtx_destroy(&mtx);
135 mtx_destroy(&stress_mtx);
256 mtx_destroy(&broadcast_mtx);
296 mtx_destroy(&signal_mtx);
316 mtx_destroy(
[all...]
H A Dc11_tss.c82 mtx_destroy(&ct_mtx);
/illumos-gate/usr/src/head/
H A Dthreads.h78 extern void mtx_destroy(mtx_t *);
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dc11_thr.c116 mtx_destroy(mtx_t *mtx) function
/illumos-gate/usr/src/boot/include/netinet/
H A Din_pcb.h537 #define INP_GROUP_LOCK_DESTROY(ipg) mtx_destroy(&(ipg)->ipg_lock)
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h891 # define MUTEX_DESTROY(x) mtx_destroy(&(x)->ipf_lk)
905 # define RW_DESTROY(x) mtx_destroy(&(x)->ipf_lk)
/illumos-gate/usr/src/man/man3c/
H A DMakefile998 mtx_destroy.3c \
1974 mtx_destroy.3c := LINKSRC = mtx.3c

Completed in 91 milliseconds