Searched refs:mCvMutex (Results 1 – 3 of 3) sorted by relevance
49 std::mutex& getCvMutex() { return mCvMutex; } in getCvMutex()84 std::mutex mCvMutex; variable
24 std::lock_guard lock(mCvMutex); in notify()
3069 std::lock_guard lock(mCvMutex); in TEST_F()3074 std::mutex& getCvMutex() { return mCvMutex; } in TEST_F()3077 std::mutex mCvMutex; in TEST_F() member in TEST_F::TestOemUnsolListener