Searched refs:mEventCond (Results 1 – 1 of 1) sorted by relevance
102 mEventCond.notify_one(); in onPropertyEvent()120 return mEventCond.wait_for(g, kTimeout) == std::cv_status::timeout; in waitForExpectedEvents()124 if (mEventCond.wait_for(g, kTimeout) == std::cv_status::timeout) { in waitForExpectedEvents()141 std::condition_variable mEventCond; variable