Home
last modified time | relevance | path

Searched refs:mutex_unlock (Results 1 – 15 of 15) sorted by relevance

/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
178 mutex_unlock(data, STATS_MTX); in unix_get_stats()
227 mutex_unlock(data, STATS_MTX); in raw_read_blk()
308 mutex_unlock(data, BOUNCE_MTX); in raw_read_blk()
327 mutex_unlock(data, BOUNCE_MTX); in raw_read_blk()
331 mutex_unlock(data, BOUNCE_MTX); in raw_read_blk()
363 mutex_unlock(data, STATS_MTX); in raw_write_blk()
403 mutex_unlock(data, BOUNCE_MTX); in raw_write_blk()
467 mutex_unlock(data, BOUNCE_MTX); in raw_write_blk()
483 mutex_unlock(data, BOUNCE_MTX); in raw_write_blk()
[all …]
/third_party/node/src/
Dnode_mutex.h167 static inline void mutex_unlock(MutexT* mutex) { in mutex_unlock() function
214 Traits::mutex_unlock(&mutex_); in Unlock()
229 Traits::mutex_unlock(&mutex_.mutex_); in ~ScopedLock()
235 Traits::mutex_unlock(&mutex_.mutex_); in ScopedUnlock()
/third_party/musl/libc-test/src/regression/
Dpthread_cond-smasher.c24 # define mutex_unlock pthread_mutex_unlock macro
108 int ret = mutex_unlock(&mut[i]); in client()
156 ret = mutex_unlock(&mut[phase-1]); in main()
/third_party/mbedtls/library/
Dthreading.c145 int (*mutex_unlock)( mbedtls_threading_mutex_t * ) ) in mbedtls_threading_set_alt()
150 mbedtls_mutex_unlock = mutex_unlock; in mbedtls_threading_set_alt()
/third_party/libunwind/src/mi/
Ddyn-register.c43 mutex_unlock (&_U_dyn_info_list_lock); in _U_dyn_register()
Ddyn-cancel.c43 mutex_unlock (&_U_dyn_info_list_lock); in _U_dyn_cancel()
/third_party/mbedtls/include/mbedtls/
Dthreading.h76 int (*mutex_unlock)( mbedtls_threading_mutex_t * ) );
/third_party/libcoap/include/coap3/
Dcoap_mutex.h45 #define coap_mutex_unlock(a) mutex_unlock(a)
/third_party/libunwind/src/x86_64/
DGglobal.c104 mutex_unlock(&x86_64_lock); in tdep_init()
/third_party/libunwind/include/
Dlibunwind_i.h168 #define mutex_unlock(l) \ macro
213 mutex_unlock (l); \
/third_party/glib/glib/deprecated/
Dgthread.h61 void (*mutex_unlock) (GMutex *mutex); member
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dkernel.h502 #define mutex_unlock pthread_mutex_unlock macro
/third_party/gstreamer/gstplugins_bad/ext/openjpeg/
Dgstopenjpegdec.c1382 #define DECODE_ERROR(self, message, err_code, mutex_unlock) { \ argument
1385 if (mutex_unlock) \
/third_party/flutter/skia/third_party/externals/harfbuzz/
Dconfigure.ac446 void mutex_unlock (int *m) { __sync_lock_release (m); }
DCMakeLists.txt496 void mutex_unlock (int *m) { __sync_lock_release (m); }