Home
last modified time | relevance | path

Searched defs:mutex_lock (Results 1 – 6 of 6) sorted by relevance

/third_party/musl/libc-test/src/regression/
Dpthread_cond-smasher.c23 # define mutex_lock pthread_mutex_lock macro
/third_party/node/src/
Dnode_mutex.h163 static inline void mutex_lock(MutexT* mutex) { in mutex_lock() function
/third_party/glib/glib/deprecated/
Dgthread.h59 void (*mutex_lock) (GMutex *mutex); member
/third_party/libunwind/include/
Dlibunwind_i.h166 #define mutex_lock(l) \ macro
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dkernel.h501 #define mutex_lock pthread_mutex_lock macro
/third_party/e2fsprogs/lib/ext2fs/
Dunix_io.c145 static inline void mutex_lock(struct unix_private_data *data, kind_t kind) in mutex_lock() function