Searched refs:QUEUE_SIZE (Results 1 – 4 of 4) sorted by relevance
64 while (mWorkQueue.size() > QUEUE_SIZE) { in enqueue()66 ALOGW("Queue is full: %d, waiting before adding more tasks.", QUEUE_SIZE); in enqueue()
48 static constexpr auto QUEUE_SIZE = 128; variable
82 static constexpr auto QUEUE_SIZE = 128; variable122 ArrayQueue<Task, QUEUE_SIZE> mWorkQueue;
106 static constexpr auto QUEUE_COUNT = CommonPool::THREAD_COUNT + CommonPool::QUEUE_SIZE + 10; in TEST()128 EXPECT_GT(queuedCount.load(), CommonPool::QUEUE_SIZE); in TEST()