Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
Degl_display.cpp124 Mutex::Autolock _rf(refLock); in initialize()
132 while(!eglIsInitialized) refCond.wait(refLock); in initialize()
136 while(eglIsInitialized) refCond.wait(refLock); in initialize()
234 Mutex::Autolock _rf(refLock); in initialize()
245 Mutex::Autolock _rl(refLock); in terminate()
300 Mutex::Autolock _rl(refLock); in terminate()
Degl_display.h135 mutable Mutex lock, refLock; variable