Searched refs:mSleepNs (Results 1 – 2 of 2) sorted by relevance
45 mSleepNs(-1), in FastThread()100 if (mSleepNs >= 0) { in threadLoop()101 if (mSleepNs > 0) { in threadLoop()102 ALOG_ASSERT(mSleepNs < 1000000000); in threadLoop()103 const struct timespec req = {0, mSleepNs}; in threadLoop()110 mSleepNs = FAST_DEFAULT_NS; in threadLoop()164 mSleepNs = FAST_HOT_IDLE_NS; in threadLoop()187 mSleepNs = -1; in threadLoop()196 mSleepNs = FAST_HOT_IDLE_NS; in threadLoop()265 mSleepNs = -1; in threadLoop()[all …]
56 long mSleepNs; // -1: busy wait, 0: sched_yield, > 0: nanosleep variable