Searched refs:MUTEX_UNLOCK (Results 1 – 8 of 8) sorted by relevance
77 #define MUTEX_UNLOCK(mut) \ macro188 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()
41 #define MUTEX_UNLOCK(x) pthread_mutex_unlock(&(x)) macro60 MUTEX_UNLOCK(mutex_buf[n]); in locking_function()
35 #define MUTEX_UNLOCK(mutex) LeaveCriticalSection(&mutex) macro47 #define MUTEX_UNLOCK(mutex) pthread_mutex_unlock(&mutex) macro75 MUTEX_UNLOCK(mutex_buf[n]); in locking_function()104 MUTEX_UNLOCK(l->mutex); in dyn_lock_function()
199 MUTEX_UNLOCK(my_mutex); /* Locked in log_message_begin() */ in log_message_end()245 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()