Searched refs:theOneTrueMutex (Results 1 – 4 of 4) sorted by relevance
30 pthread_mutex_t theOneTrueMutex = PTHREAD_MUTEX_INITIALIZER; variable47 (void) pthread_mutex_lock(&theOneTrueMutex); in onDlClose()51 (void) pthread_mutex_unlock(&theOneTrueMutex); in onDlClose()171 (void) pthread_mutex_lock(&theOneTrueMutex); in CEngine_PreDestroy()186 (void) pthread_mutex_unlock(&theOneTrueMutex); in CEngine_PreDestroy()198 ok = pthread_mutex_lock(&theOneTrueMutex); in CEngine_Destroyed()204 ok = pthread_mutex_unlock(&theOneTrueMutex); in CEngine_Destroyed()
35 ok = pthread_mutex_lock(&theOneTrueMutex); in liCreateEngine()97 ok = pthread_mutex_unlock(&theOneTrueMutex); in liCreateEngine()168 ok = pthread_mutex_unlock(&theOneTrueMutex); in liCreateEngine()
420 extern pthread_mutex_t theOneTrueMutex;
96 int ok = pthread_mutex_lock(&theOneTrueMutex); in IObject_Realize()99 ok = pthread_mutex_unlock(&theOneTrueMutex); in IObject_Realize()