Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/thread/
H A DCommonPool.cpp99 if (!mWorkQueue.hasWork()) { in workerLoop()
106 while (mWorkQueue.hasWork()) { in workerLoop()
H A DCommonPool.h43 constexpr bool hasWork() const { return mHead != mTail; } in hasWork() function