HomeSort by relevance Sort by last modified time
    Searched refs:refCond (Results 1 - 2 of 2) sorted by null

  /frameworks/native/opengl/libs/EGL/
egl_display.cpp 131 while(!eglIsInitialized) refCond.wait(refLock);
135 while(eglIsInitialized) refCond.wait(refLock);
222 refCond.broadcast();
288 refCond.broadcast();
egl_display.h 136 mutable Condition refCond;

Completed in 52 milliseconds