Searched refs:sleepUs (Results 1 – 2 of 2) sorted by relevance
828 useconds_t sleepUs = 1; in invalidatorThread() local836 sleepUs = 1; in invalidatorThread()865 sleepUs < MAX_SLEEP_US) { in invalidatorThread()866 sleepUs *= 10; in invalidatorThread()871 ::usleep(sleepUs); in invalidatorThread()
8274 uint32_t sleepUs = 0; in threadLoop() local8311 if (sleepUs > 0) { in threadLoop()8313 (void)mWaitWorkCV.wait_for(_l, std::chrono::microseconds(sleepUs)); in threadLoop()8315 sleepUs = 0; in threadLoop()8367 sleepUs = 10000; in threadLoop()8447 if (sleepUs == 0) { in threadLoop()8448 sleepUs = kRecordThreadSleepUs; in threadLoop()8452 sleepUs = 0; in threadLoop()8559 sleepUs = (sleepFrames * 1000000LL) / mSampleRate; in threadLoop()8648 sleepUs = kRecordThreadSleepUs; in threadLoop()