Searched refs:mCv (Results 1 – 7 of 7) sorted by relevance
41 std::condition_variable& getCv() { return mCv; } in getCv()52 std::condition_variable mCv; variable
63 mCv.notify_one(); in onPrivateDnsValidationEvent()106 } while (mCv.wait_until(lock, now + kEventTimeoutMs) != std::cv_status::timeout); in waitForPrivateDnsValidation()
28 mCv.notify_one(); in notify()
131 std::condition_variable mCv; variable
101 mCv.wait_for(cvGuard, backoff.getNextTimeout()); in startPrefixDiscovery()111 mCv.notify_all(); in stopPrefixDiscovery()
123 std::condition_variable mCv; variable
140 private final ConditionVariable mCv = new ConditionVariable(false); field in DhcpServerTest.MyDhcpServer150 mCv.open(); in onQuitting()154 assertTrue(mCv.block(TEST_TIMEOUT_MS)); in waitForShutdown()