Home
last modified time | relevance | path

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

/frameworks/base/libs/rs/
DrsContext.cpp35 pthread_mutex_t Context::gInitMutex = PTHREAD_MUTEX_INITIALIZER; member in Context
39 pthread_mutex_lock(&gInitMutex); in initGLThread()
42 pthread_mutex_unlock(&gInitMutex); in initGLThread()
47 pthread_mutex_unlock(&gInitMutex); in initGLThread()
290 pthread_mutex_lock(&gInitMutex); in threadProc()
292 pthread_mutex_unlock(&gInitMutex); in threadProc()
381 pthread_mutex_lock(&gInitMutex); in initContext()
399 pthread_mutex_unlock(&gInitMutex); in initContext()
450 pthread_mutex_lock(&gInitMutex); in ~Context()
455 pthread_mutex_unlock(&gInitMutex); in ~Context()
DrsContext.h80 static pthread_mutex_t gInitMutex; variable
/frameworks/base/opengl/libagl2/src/
Degl.cpp42 static pthread_mutex_t gInitMutex = PTHREAD_MUTEX_INITIALIZER; variable
1373 pthread_mutex_lock(&gInitMutex); in eglGetDisplay()
1376 pthread_mutex_unlock(&gInitMutex); in eglGetDisplay()
/frameworks/base/opengl/libagl/
Degl.cpp58 static pthread_mutex_t gInitMutex = PTHREAD_MUTEX_INITIALIZER; variable
1358 pthread_mutex_lock(&gInitMutex); in eglGetDisplay()
1361 pthread_mutex_unlock(&gInitMutex); in eglGetDisplay()