Home
last modified time | relevance | path

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

/frameworks/rs/cpp/
DRenderScript.cpp33 pthread_mutex_t RS::gInitMutex = PTHREAD_MUTEX_INITIALIZER; member in RS
97 pthread_mutex_lock(&gInitMutex); in initDispatch()
101 pthread_mutex_unlock(&gInitMutex); in initDispatch()
121 pthread_mutex_unlock(&gInitMutex); in initDispatch()
126 pthread_mutex_unlock(&gInitMutex); in initDispatch()
DrsCppStructs.h432 static pthread_mutex_t gInitMutex; variable
/frameworks/rs/
DrsContext.cpp45 pthread_mutex_t Context::gInitMutex = PTHREAD_MUTEX_INITIALIZER; member in android::renderscript::Context
50 pthread_mutex_lock(&gInitMutex); in initGLThread()
54 pthread_mutex_unlock(&gInitMutex); in initGLThread()
60 pthread_mutex_unlock(&gInitMutex); in initGLThread()
354 pthread_mutex_lock(&gInitMutex); in threadProc()
356 pthread_mutex_unlock(&gInitMutex); in threadProc()
491 pthread_mutex_lock(&gInitMutex); in initContext()
495 pthread_mutex_unlock(&gInitMutex); in initContext()
511 pthread_mutex_unlock(&gInitMutex); in initContext()
DrsContext.h90 static pthread_mutex_t gInitMutex; variable
/frameworks/rs/cpu_ref/
DrsCpuCore.cpp37 static pthread_mutex_t gInitMutex = PTHREAD_MUTEX_INITIALIZER; variable
176 pthread_mutex_lock(&gInitMutex); in lockMutex()
180 pthread_mutex_unlock(&gInitMutex); in unlockMutex()
/frameworks/native/opengl/libagl/
Degl.cpp85 static pthread_mutex_t gInitMutex = PTHREAD_MUTEX_INITIALIZER; variable
1439 pthread_mutex_lock(&gInitMutex); in eglGetDisplay()
1442 pthread_mutex_unlock(&gInitMutex); in eglGetDisplay()