Searched defs:lockMutex (Results 1 – 1 of 1) sorted by relevance
53 #define lockMutex(mutex) waitForHandle(mutex, INFINITE) macro78 #define lockMutex(mutex) (pthread_mutex_lock(mutex) == 0 ? ESR_SUCCESS : ESR_FATAL_ERROR) macro91 #define lockMutex(mutex) ((void) 0) macro