Searched refs:mCvMutex (Results 1 – 5 of 5) sorted by relevance
42 std::mutex& getCvMutex() { return mCvMutex; } in getCvMutex()49 std::mutex mCvMutex; variable
27 std::lock_guard lock(mCvMutex); in notify()
34 std::mutex mCvMutex; member
35 std::unique_lock<std::mutex> lk(mCvMutex); in runNewThread()
3183 std::lock_guard lock(mCvMutex); in TEST_F()3188 std::mutex& getCvMutex() { return mCvMutex; } in TEST_F()3191 std::mutex mCvMutex; in TEST_F() member in TEST_F::TestOemUnsolListener