Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/src/
DPendingRequestPool.cpp46 int64_t sleepTime = std::min(mTimeoutInNano, static_cast<int64_t>(CHECK_TIME_IN_NANO)); in PendingRequestPool() local
48 while (!mCv.wait_for(lk, std::chrono::nanoseconds(sleepTime), in PendingRequestPool()
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/test/
DMockVehicleHardware.cpp301 int64_t sleepTime = mSleepTime; in handleRequestsLocked() local
303 std::thread t([this, callback, sleepTime, storedResponses]() { in handleRequestsLocked()
304 std::this_thread::sleep_for(std::chrono::nanoseconds(sleepTime)); in handleRequestsLocked()