Searched refs:MUTEX_UNLOCK (Results 1 – 7 of 7) sorted by relevance
66 #define MUTEX_UNLOCK(mut) \ macro166 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()
41 #define MUTEX_UNLOCK(x) pthread_mutex_unlock(&(x)) macro60 MUTEX_UNLOCK(mutex_buf[n]); in locking_function()
199 MUTEX_UNLOCK(my_mutex); /* Locked in log_message_begin() */ in log_message_end()251 MUTEX_UNLOCK(my_mutex); in finish_logging()
36 #define MUTEX_UNLOCK(mutex) (pthread_mutex_unlock(&(mutex))) macro46 #define MUTEX_UNLOCK(mutex) (__sync_swap((mutex), 0)) macro292 MUTEX_UNLOCK(&quarantine_lock); in __asan_free()
37 #define MUTEX_UNLOCK(x) (void)pthread_mutex_unlock(&x) macro
52 #define MUTEX_UNLOCK(x) ReleaseMutex(x) macro59 #define MUTEX_UNLOCK(x) pthread_mutex_unlock(&(x)) macro189 MUTEX_UNLOCK(mutex_buf[n]); in locking_function()213 MUTEX_UNLOCK(l->mutex); in dyn_lock_function()
249 MUTEX_UNLOCK, enumerator349 case Event::MUTEX_UNLOCK: in HandleEvent()489 Event event(Event::MUTEX_UNLOCK, &m); in Unlock()