Home
last modified time | relevance | path

Searched refs:gInitMutex (Results 1 – 6 of 6) sorted by relevance

/frameworks/rs/cpp/
DRenderScript.cpp40 pthread_mutex_t RS::gInitMutex = PTHREAD_MUTEX_INITIALIZER; member in RS
104 pthread_mutex_lock(&gInitMutex); in initDispatch()
108 pthread_mutex_unlock(&gInitMutex); in initDispatch()
128 pthread_mutex_unlock(&gInitMutex); in initDispatch()
133 pthread_mutex_unlock(&gInitMutex); in initDispatch()
DrsCppStructs.h432 static pthread_mutex_t gInitMutex; variable
/frameworks/rs/
DrsContext.cpp60 pthread_mutex_t Context::gInitMutex = PTHREAD_MUTEX_INITIALIZER; member in Context
65 pthread_mutex_lock(&gInitMutex); in initGLThread()
68 pthread_mutex_unlock(&gInitMutex); in initGLThread()
73 pthread_mutex_unlock(&gInitMutex); in initGLThread()
377 pthread_mutex_lock(&gInitMutex); in threadProc()
379 pthread_mutex_unlock(&gInitMutex); in threadProc()
526 pthread_mutex_lock(&gInitMutex); in initContext()
544 pthread_mutex_unlock(&gInitMutex); in initContext()
602 pthread_mutex_lock(&gInitMutex); in ~Context()
606 pthread_mutex_unlock(&gInitMutex); in ~Context()
DrsContext.h99 static pthread_mutex_t gInitMutex; variable
/frameworks/rs/cpu_ref/
DrsCpuCore.cpp52 static pthread_mutex_t gInitMutex = PTHREAD_MUTEX_INITIALIZER; variable
188 pthread_mutex_lock(&gInitMutex); in lockMutex()
192 pthread_mutex_unlock(&gInitMutex); in unlockMutex()
/frameworks/native/opengl/libagl/
Degl.cpp65 static pthread_mutex_t gInitMutex = PTHREAD_MUTEX_INITIALIZER; variable
1399 pthread_mutex_lock(&gInitMutex); in eglGetDisplay()
1402 pthread_mutex_unlock(&gInitMutex); in eglGetDisplay()