Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
Degl_display.cpp149 refCond.wait(_l); in initialize()
154 refCond.wait(_l); in initialize()
251 refCond.notify_all(); in initialize()
314 refCond.notify_all(); in terminate()
Degl_display.h122 mutable std::condition_variable refCond; variable