Searched refs:hasSpace (Results 1 – 2 of 2) sorted by relevance
85 while (!mWorkQueue.hasSpace()) { in enqueue()
44 constexpr bool hasSpace() const { return ((mHead + 1) % SIZE) != mTail; } in hasSpace() function