Searched refs:sleepTime (Results 1 – 2 of 2) sorted by relevance
46 int64_t sleepTime = std::min(mTimeoutInNano, static_cast<int64_t>(CHECK_TIME_IN_NANO)); in PendingRequestPool() local48 while (!mCv.wait_for(lk, std::chrono::nanoseconds(sleepTime), in PendingRequestPool()
301 int64_t sleepTime = mSleepTime; in handleRequestsLocked() local303 std::thread t([this, callback, sleepTime, storedResponses]() { in handleRequestsLocked()304 std::this_thread::sleep_for(std::chrono::nanoseconds(sleepTime)); in handleRequestsLocked()