OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:refLock
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/opengl/libs/EGL/
egl_display.cpp
123
Mutex::Autolock _rf(
refLock
);
131
while(!eglIsInitialized) refCond.wait(
refLock
);
135
while(eglIsInitialized) refCond.wait(
refLock
);
220
Mutex::Autolock _rf(
refLock
);
231
Mutex::Autolock _rl(
refLock
);
286
Mutex::Autolock _rl(
refLock
);
egl_display.h
135
mutable Mutex lock,
refLock
;
Completed in 1081 milliseconds