Searched refs:theOneTrueMutex (Results 1 – 4 of 4) sorted by relevance
25 pthread_mutex_t theOneTrueMutex = PTHREAD_MUTEX_INITIALIZER; variable42 (void) pthread_mutex_lock(&theOneTrueMutex); in onDlClose()46 (void) pthread_mutex_unlock(&theOneTrueMutex); in onDlClose()152 (void) pthread_mutex_lock(&theOneTrueMutex); in CEngine_PreDestroy()167 (void) pthread_mutex_unlock(&theOneTrueMutex); in CEngine_PreDestroy()179 ok = pthread_mutex_lock(&theOneTrueMutex); in CEngine_Destroyed()185 ok = pthread_mutex_unlock(&theOneTrueMutex); in CEngine_Destroyed()
36 ok = pthread_mutex_lock(&theOneTrueMutex); in liCreateEngine()98 ok = pthread_mutex_unlock(&theOneTrueMutex); in liCreateEngine()170 ok = pthread_mutex_unlock(&theOneTrueMutex); in liCreateEngine()
419 extern pthread_mutex_t theOneTrueMutex;
96 int ok = pthread_mutex_lock(&theOneTrueMutex); in IObject_Realize()99 ok = pthread_mutex_unlock(&theOneTrueMutex); in IObject_Realize()