Searched refs:sleepUs (Results 1 – 11 of 11) sorted by relevance
23 void sleepUs(uint64_t us);
103 static void sleepUs(unsigned n);
179 void Thread::sleepUs(unsigned n) { in sleepUs() function in gfxstream::guest::Thread
106 static void sleepUs(unsigned n);
350 useconds_t sleepUs = 1; in invalidatorThread() local358 sleepUs = 1; in invalidatorThread()386 sleepUs < MAX_SLEEP_US) { in invalidatorThread()387 sleepUs *= 10; in invalidatorThread()392 ::usleep(sleepUs); in invalidatorThread()
149 void Thread::sleepUs(unsigned n) { in sleepUs() function in android::base::Thread
173 void Thread::sleepUs(unsigned n) { in sleepUs() function in android::base::Thread
223 void sleepUs(uint64_t n) { in sleepUs() function300 Thread::sleepUs(diff); in sleepToUs()
73 android::base::sleepUs(10); in commitBuffer()
1456 android::base::sleepUs(10000); in cleanupProcGLObjects()
132 android::base::sleepUs(mRefreshIntervalUs); in Vsync()