Home
last modified time | relevance | path

Searched refs:mSleepNs (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/fastpath/
DFastThread.cpp55 if (mSleepNs >= 0) { in threadLoop()
56 if (mSleepNs > 0) { in threadLoop()
57 ALOG_ASSERT(mSleepNs < 1000000000); in threadLoop()
60 static_cast<long>(mSleepNs) // NOLINT(google-runtime-int) in threadLoop()
68 mSleepNs = FAST_DEFAULT_NS; in threadLoop()
123 mSleepNs = FAST_HOT_IDLE_NS; in threadLoop()
146 mSleepNs = -1; in threadLoop()
155 mSleepNs = FAST_HOT_IDLE_NS; in threadLoop()
227 mSleepNs = -1; in threadLoop()
253 mSleepNs = mForceNs - nsec; in threadLoop()
[all …]
DFastThread.h54 int64_t mSleepNs = -1; // -1: busy wait, 0: sched_yield, > 0: nanosleep variable