Home
last modified time | relevance | path

Searched refs:refLock (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/opengl/libs/EGL/
Degl_display.cpp123 Mutex::Autolock _rf(refLock); in initialize()
131 while(!eglIsInitialized) refCond.wait(refLock); in initialize()
135 while(eglIsInitialized) refCond.wait(refLock); in initialize()
220 Mutex::Autolock _rf(refLock); in initialize()
231 Mutex::Autolock _rl(refLock); in terminate()
286 Mutex::Autolock _rl(refLock); in terminate()
Degl_display.h135 mutable Mutex lock, refLock; variable