Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/test/
DRecurrentTimerTest.cpp46 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/
DFakeVehicleHalValueGeneratorsTest.cpp66 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/
DVtsHalAutomotiveVehicle_TargetTest.cpp111 std::unique_lock<std::mutex> uniqueLock(mLock); in waitForExpectedEvents() local
112 return mEventCond.wait_for(uniqueLock, timeout, [this, propId, expectedEvents] { in waitForExpectedEvents()