Home
last modified time | relevance | path

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

/system/netd/resolv/
DDns64Configuration.cpp91 std::unique_lock<std::mutex> cvGuard(mMutex); in startPrefixDiscovery() local
95 mCv.wait_for(cvGuard, backoff.getNextTimeout()); in startPrefixDiscovery()