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

/frameworks/wilhelm/src/objects/
H A DCEngine.c25 pthread_mutex_t theOneTrueMutex = PTHREAD_MUTEX_INITIALIZER; variable
42 (void) pthread_mutex_lock(&theOneTrueMutex);
46 (void) pthread_mutex_unlock(&theOneTrueMutex);
152 (void) pthread_mutex_lock(&theOneTrueMutex);
167 (void) pthread_mutex_unlock(&theOneTrueMutex);
179 ok = pthread_mutex_lock(&theOneTrueMutex);
185 ok = pthread_mutex_unlock(&theOneTrueMutex);

Completed in 6 milliseconds