Home
last modified time | relevance | path

Searched refs:mutex_unlock (Results 1 - 10 of 10) sorted by relevance

/third_party/node/src/
H A Dnode_mutex.h186 static inline void mutex_unlock(MutexT* mutex) { in mutex_unlock() function
214 static inline void mutex_unlock(MutexT* mutex) { in mutex_unlock() function
269 Traits::mutex_unlock(&mutex_); in Unlock()
294 Traits::mutex_unlock(&mutex_.mutex_); in ~ScopedLock()
311 Traits::mutex_unlock(&mutex_.mutex_); in ScopedUnlock()
/third_party/mbedtls/library/
H A Dthreading.c138 int (*mutex_unlock)(mbedtls_threading_mutex_t *)) in mbedtls_threading_set_alt()
143 mbedtls_mutex_unlock = mutex_unlock; in mbedtls_threading_set_alt()
/third_party/musl/libc-test/src/regression/
H A 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/libunwind/libunwind/src/mi/
H A Ddyn-register.c43 mutex_unlock (&_U_dyn_info_list_lock); in _U_dyn_register()
H A Ddyn-cancel.c43 mutex_unlock (&_U_dyn_info_list_lock); in _U_dyn_cancel()
/third_party/mbedtls/include/mbedtls/
H A Dthreading.h62 * \param mutex_unlock the unlock function implementation
67 int (*mutex_unlock)(mbedtls_threading_mutex_t *));
77 * The function pointers for mutex_init, mutex_free, mutex_ and mutex_unlock
/third_party/libunwind/libunwind/include/
H A Dlibunwind_i.h163 #define mutex_unlock(l) \ macro
209 mutex_unlock (l); \
/third_party/libunwind/libunwind/src/x86_64/
H A DGglobal.c104 mutex_unlock(&x86_64_lock); in tdep_init()
/third_party/libcoap/include/coap3/
H A Dcoap_mutex_internal.h49 #define coap_mutex_unlock(a) mutex_unlock(a)
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H A Dkernel.h500 #define mutex_unlock pthread_mutex_unlock macro

Completed in 6 milliseconds