Home
last modified time | relevance | path

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

/frameworks/wilhelm/src/objects/
DCEngine.cpp30 pthread_mutex_t theOneTrueMutex = PTHREAD_MUTEX_INITIALIZER; variable
47 (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()
/frameworks/wilhelm/src/
Dentry.cpp35 ok = pthread_mutex_lock(&theOneTrueMutex); in liCreateEngine()
97 ok = pthread_mutex_unlock(&theOneTrueMutex); in liCreateEngine()
168 ok = pthread_mutex_unlock(&theOneTrueMutex); in liCreateEngine()
Dsles_allinclusive.h420 extern pthread_mutex_t theOneTrueMutex;
/frameworks/wilhelm/src/itf/
DIObject.cpp96 int ok = pthread_mutex_lock(&theOneTrueMutex); in IObject_Realize()
99 ok = pthread_mutex_unlock(&theOneTrueMutex); in IObject_Realize()