Home
last modified time | relevance | path

Searched defs:mutex_unlock (Results 1 – 7 of 7) sorted by relevance

/third_party/musl/libc-test/src/regression/
Dpthread_cond-smasher.c24 # define mutex_unlock pthread_mutex_unlock macro
/third_party/node/src/
Dnode_mutex.h167 static inline void mutex_unlock(MutexT* mutex) { in mutex_unlock() function
/third_party/glib/glib/deprecated/
Dgthread.h61 void (*mutex_unlock) (GMutex *mutex); member
/third_party/libunwind/include/
Dlibunwind_i.h168 #define mutex_unlock(l) \ macro
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dkernel.h502 #define mutex_unlock pthread_mutex_unlock macro
/third_party/e2fsprogs/lib/ext2fs/
Dunix_io.c155 static inline void mutex_unlock(struct unix_private_data *data, kind_t kind) in mutex_unlock() function
/third_party/gstreamer/gstplugins_bad/ext/openjpeg/
Dgstopenjpegdec.c1382 #define DECODE_ERROR(self, message, err_code, mutex_unlock) { \ argument