Home
last modified time | relevance | path

Searched refs:theOneTrueMutex (Results 1 – 4 of 4) sorted by relevance

/frameworks/wilhelm/src/objects/
DCEngine.c25 pthread_mutex_t theOneTrueMutex = PTHREAD_MUTEX_INITIALIZER; variable
42 (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()
/frameworks/wilhelm/src/
Dentry.c36 ok = pthread_mutex_lock(&theOneTrueMutex); in liCreateEngine()
98 ok = pthread_mutex_unlock(&theOneTrueMutex); in liCreateEngine()
170 ok = pthread_mutex_unlock(&theOneTrueMutex); in liCreateEngine()
Dsles_allinclusive.h419 extern pthread_mutex_t theOneTrueMutex;
/frameworks/wilhelm/src/itf/
DIObject.c96 int ok = pthread_mutex_lock(&theOneTrueMutex); in IObject_Realize()
99 ok = pthread_mutex_unlock(&theOneTrueMutex); in IObject_Realize()