#include <run_queue.hpp>
|
| std::atomic_long | epoch = ATOMIC_VAR_INIT(0L) |
| |
| size_t process::RunQueue::capacity |
( |
| ) |
const |
|
inline |
| void process::RunQueue::decomission |
( |
| ) |
|
|
inline |
| bool process::RunQueue::empty |
( |
| ) |
|
|
inline |
| void process::RunQueue::enqueue |
( |
ProcessBase * |
process | ) |
|
|
inline |
| bool process::RunQueue::extract |
( |
ProcessBase * |
process | ) |
|
|
inline |
| void process::RunQueue::wait |
( |
| ) |
|
|
inline |
| std::atomic_long process::RunQueue::epoch = ATOMIC_VAR_INIT(0L) |
The documentation for this class was generated from the following file: