HomeSort by relevance Sort by last modified time
    Searched refs:sleep_us (Results 1 - 4 of 4) sorted by null

  /external/libavc/encoder/
ih264e_master.h 67 * of sleep_us
78 * @param[in] sleep_us
85 IH264E_ERROR_T ih264e_wait_for_thread(UWORD32 sleep_us);
ih264e_encode.c 148 * of sleep_us
159 * @param[in] sleep_us
166 IH264E_ERROR_T ih264e_wait_for_thread(UWORD32 sleep_us)
172 ithread_usleep(sleep_us);
  /art/runtime/
thread_list.cc 739 useconds_t sleep_us = kThreadSuspendInitialSleepUs; local
817 } else if (sleep_us == 0 &&
821 sleep_us = kThreadSuspendMaxYieldUs / 2;
827 ThreadSuspendSleep(sleep_us);
828 // This may stay at 0 if sleep_us == 0, but this is WAI since we want to avoid using usleep at
830 sleep_us = std::min(sleep_us * 2, kThreadSuspendMaxSleepUs);
844 useconds_t sleep_us = kThreadSuspendInitialSleepUs; local
    [all...]
  /system/core/libprocessgroup/
processgroup.cpp 295 const int sleep_us = 5 * 1000; // 5ms local
302 usleep(sleep_us);

Completed in 75 milliseconds