Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
Degl_display.cpp271 refCond.wait(_l); in initialize()
284 refCond.wait(_l); in initialize()
435 refCond.notify_all(); in initialize()
502 refCond.notify_all(); in terminate()
Degl_display.h127 mutable std::condition_variable refCond; variable