Searched defs:theOneTrueMutex (Results 1 - 1 of 1) sorted by relevance

/frameworks/wilhelm/src/objects/
H A DCEngine.cpp30 pthread_mutex_t theOneTrueMutex = PTHREAD_MUTEX_INITIALIZER; variable
47 (void) pthread_mutex_lock(&theOneTrueMutex);
51 (void) pthread_mutex_unlock(&theOneTrueMutex);
171 (void) pthread_mutex_lock(&theOneTrueMutex);
186 (void) pthread_mutex_unlock(&theOneTrueMutex);
198 ok = pthread_mutex_lock(&theOneTrueMutex);
204 ok = pthread_mutex_unlock(&theOneTrueMutex);

Completed in 55 milliseconds