Searched defs:UNLOCK_MUTEX (Results 1 – 1 of 1) sorted by relevance
314 #define UNLOCK_MUTEX(mutex) ReleaseMutex(mutex) macro342 #define UNLOCK_MUTEX(mutex) sem_post(mutex) macro368 #define UNLOCK_MUTEX(mutex) pthread_mutex_unlock(mutex) macro