Searched refs:mFrameOpDone (Results 1 – 2 of 2) sorted by relevance
280 mFrameOpDone.wait(lock, [this]() REQUIRES(mFrameMutex) { return mFrameOpInProgress != true; }); in doneWithFrame()390 mFrameOpDone.notify_all(); in deliverFrame()413 mFrameOpDone.notify_all(); in deliverFrame()
124 std::condition_variable mFrameOpDone; variable