Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/thread/
H A DCommonPool.cpp91 if (mWaitingThreads == THREAD_COUNT || (mWaitingThreads > 0 && mWorkQueue.size() > 1)) { in enqueue()
100 mWaitingThreads++; in workerLoop()
102 mWaitingThreads--; in workerLoop()
121 while (mWaitingThreads != THREAD_COUNT) { in doWaitForIdle()
H A DCommonPool.h121 int mWaitingThreads = 0; variable