Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dceval_gil.h66 #define MUTEX_UNLOCK(mut) \ macro
166 MUTEX_UNLOCK(_PyRuntime.ceval.gil.mutex); in drop_gil()
186 MUTEX_UNLOCK(_PyRuntime.ceval.gil.switch_mutex); in drop_gil()
238 MUTEX_UNLOCK(_PyRuntime.ceval.gil.switch_mutex); in take_gil()
247 MUTEX_UNLOCK(_PyRuntime.ceval.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/oj-libjdwp/src/share/back/
Dlog_messages.c199 MUTEX_UNLOCK(my_mutex); /* Locked in log_message_begin() */ in log_message_end()
251 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()