A queue of threads.
More...
#include <ThreadQueue.hpp>
A queue of threads.
Definition at line 46 of file ThreadQueue.hpp.
| Grappa::ThreadQueue::ThreadQueue |
( |
| ) |
|
|
inline |
| Worker * Grappa::ThreadQueue::dequeue |
( |
| ) |
|
|
inline |
| Worker * Grappa::ThreadQueue::dequeueLazy |
( |
| ) |
|
|
inline |
| std::ostream& Grappa::ThreadQueue::dump |
( |
std::ostream & |
o | ) |
const |
|
inline |
| bool Grappa::ThreadQueue::empty |
( |
| ) |
|
|
inline |
| void Grappa::ThreadQueue::enqueue |
( |
Worker * |
t | ) |
|
|
inline |
| Worker * Grappa::ThreadQueue::front |
( |
| ) |
const |
|
inline |
| uint64_t Grappa::ThreadQueue::length |
( |
| ) |
const |
|
inline |
| void Grappa::ThreadQueue::prefetch |
( |
| ) |
const |
The documentation for this class was generated from the following file: