Home
last modified time | relevance | path

Searched defs:mutex_init (Results 1 – 4 of 4) sorted by relevance

/third_party/node/src/
Dnode_mutex.h158 static inline int mutex_init(MutexT* mutex) { in mutex_init() function
202 static inline int mutex_init(MutexT* mutex) { in mutex_init() function
/third_party/musl/libc-test/src/regression/
Dpthread_cond-smasher.c21 # define mutex_init(M) pthread_mutex_init((M), 0) macro
/third_party/libunwind/include/
Dlibunwind_i.h173 #define mutex_init(l) \ macro
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dkernel.h503 #define mutex_init(m) pthread_mutex_init(m, NULL) macro