Searched refs:MUTEX_LOCK (Results 1 – 2 of 2) sorted by relevance
27 #define MUTEX_LOCK(x) WaitForSingleObject((x), INFINITE) macro36 #define MUTEX_LOCK(x) pthread_mutex_lock(&(x)) macro160 MUTEX_LOCK(mutex_buf[n]); in locking_function()181 MUTEX_LOCK(l->mutex); in dyn_lock_function()
195 MUTEX_LOCK, enumerator286 case Event::MUTEX_LOCK: in HandleEvent()420 Event event(Event::MUTEX_LOCK, &m); in Lock()