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