Home
last modified time | relevance | path

Searched defs:mutex_destroy (Results 1 – 3 of 3) sorted by relevance

/third_party/node/src/
Dnode_mutex.h178 static inline void mutex_destroy(MutexT* mutex) { in mutex_destroy() function
206 static inline void mutex_destroy(MutexT* mutex) { in mutex_destroy() function
/third_party/musl/libc-test/src/regression/
Dpthread_cond-smasher.c22 # define mutex_destroy pthread_mutex_destroy macro
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dkernel.h502 #define mutex_destroy(m) pthread_mutex_destroy((m)) macro