Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
Degl_display.cpp234 refCond.wait(_l); in initialize()
247 refCond.wait(_l); in initialize()
387 refCond.notify_all(); in initialize()
454 refCond.notify_all(); in terminate()
Degl_display.h127 mutable std::condition_variable refCond; variable