Searched refs:uniqueLock (Results 1 – 3 of 3) sorted by relevance
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/test/ |
D | RecurrentTimerTest.cpp | 46 std::unique_lock<std::mutex> uniqueLock(mLock); in waitForCalledCallbacks() local 47 return mCond.wait_for(uniqueLock, std::chrono::milliseconds(timeoutInMs), [this, count] { in waitForCalledCallbacks()
|
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/GeneratorHub/test/ |
D | FakeVehicleHalValueGeneratorsTest.cpp | 66 std::unique_lock<std::mutex> uniqueLock(mEventsLock); in waitForEvents() local 67 bool result = mCv.wait_for(uniqueLock, 10s, [this, count] { in waitForEvents()
|
/hardware/interfaces/automotive/vehicle/vts/src/ |
D | VtsHalAutomotiveVehicle_TargetTest.cpp | 111 std::unique_lock<std::mutex> uniqueLock(mLock); in waitForExpectedEvents() local 112 return mEventCond.wait_for(uniqueLock, timeout, [this, propId, expectedEvents] { in waitForExpectedEvents()
|