Searched refs:RunQueue (Results 1 – 4 of 4) sorted by relevance
39 class RunQueue {41 RunQueue() : front_(0), back_(0) { in RunQueue() function50 ~RunQueue() { eigen_assert(Size() == 0); } in ~RunQueue()204 RunQueue(const RunQueue&) = delete;205 void operator=(const RunQueue&) = delete;
20 typedef RunQueue<Task, 1024> Queue;
30 RunQueue<int, 4> q; in test_basic_runqueue()122 RunQueue<int, 4> q; in test_empty_runqueue()163 RunQueue<int, 8> q; in test_stress_runqueue()
54 #include "src/ThreadPool/RunQueue.h"