Searched refs:QUEUE_SIZE (Results 1 – 2 of 2) sorted by relevance
81 static constexpr auto QUEUE_SIZE = 128; variable117 ArrayQueue<Task, QUEUE_SIZE> mWorkQueue;
104 static constexpr auto QUEUE_COUNT = CommonPool::THREAD_COUNT + CommonPool::QUEUE_SIZE + 10; in TEST()126 EXPECT_GT(queuedCount.load(), CommonPool::QUEUE_SIZE); in TEST()