Searched refs:mSleepNs (Results 1 – 2 of 2) sorted by relevance
46 mSleepNs(-1), in FastThread()99 if (mSleepNs >= 0) { in threadLoop()100 if (mSleepNs > 0) { in threadLoop()101 ALOG_ASSERT(mSleepNs < 1000000000); in threadLoop()102 const struct timespec req = {0, mSleepNs}; in threadLoop()109 mSleepNs = FAST_DEFAULT_NS; in threadLoop()163 mSleepNs = FAST_HOT_IDLE_NS; in threadLoop()186 mSleepNs = -1; in threadLoop()195 mSleepNs = FAST_HOT_IDLE_NS; in threadLoop()267 mSleepNs = -1; in threadLoop()[all …]
56 long mSleepNs; // -1: busy wait, 0: sched_yield, > 0: nanosleep variable