Searched refs:MUTEX_UNLOCK (Results 1 – 4 of 4) sorted by relevance
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()
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()