Searched defs:MUTEX_LOCK (Results 1 – 1 of 1) sorted by relevance
27 #define MUTEX_LOCK(x) WaitForSingleObject((x), INFINITE) macro36 #define MUTEX_LOCK(x) pthread_mutex_lock(&(x)) macro