Home
last modified time | relevance | path

Searched refs:MUTEX_UNLOCK (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython3/Python/
Dceval_gil.h77 #define MUTEX_UNLOCK(mut) \ macro
188 MUTEX_UNLOCK(gil_mutex); in drop_gil()
202 MUTEX_UNLOCK(switch_mutex); in drop_gil()
249 MUTEX_UNLOCK(switch_mutex); in take_gil()
258 MUTEX_UNLOCK(gil_mutex); in take_gil()
/external/curl/docs/examples/
Dopensslthreadlock.c41 #define MUTEX_UNLOCK(x) pthread_mutex_unlock(&(x)) macro
60 MUTEX_UNLOCK(mutex_buf[n]); in locking_function()
/external/libvncserver/libvncclient/
Dtls_openssl.c35 #define MUTEX_UNLOCK(mutex) LeaveCriticalSection(&mutex) macro
47 #define MUTEX_UNLOCK(mutex) pthread_mutex_unlock(&mutex) macro
75 MUTEX_UNLOCK(mutex_buf[n]); in locking_function()
104 MUTEX_UNLOCK(l->mutex); in dyn_lock_function()
/external/oj-libjdwp/src/share/back/
Dlog_messages.c199 MUTEX_UNLOCK(my_mutex); /* Locked in log_message_begin() */ in log_message_end()
245 MUTEX_UNLOCK(my_mutex); in finish_logging()
/external/swiftshader/third_party/subzero/runtime/
Dszrt_asan.c36 #define MUTEX_UNLOCK(mutex) (pthread_mutex_unlock(&(mutex))) macro
46 #define MUTEX_UNLOCK(mutex) (__sync_swap((mutex), 0)) macro
292 MUTEX_UNLOCK(&quarantine_lock); in __asan_free()
/external/oj-libjdwp/src/solaris/back/
Dproc_md.h37 #define MUTEX_UNLOCK(x) (void)pthread_mutex_unlock(&x) macro
/external/webrtc/webrtc/base/
Dopenssladapter.cc52 #define MUTEX_UNLOCK(x) ReleaseMutex(x) macro
59 #define MUTEX_UNLOCK(x) pthread_mutex_unlock(&(x)) macro
189 MUTEX_UNLOCK(mutex_buf[n]); in locking_function()
213 MUTEX_UNLOCK(l->mutex); in dyn_lock_function()
/external/compiler-rt/lib/tsan/tests/rtl/
Dtsan_test_util_posix.cc249 MUTEX_UNLOCK, enumerator
349 case Event::MUTEX_UNLOCK: in HandleEvent()
489 Event event(Event::MUTEX_UNLOCK, &m); in Unlock()