![]() |
GHOST
1.1.2
General, Hybrid, and Optimized Sparse Toolkit
|
The task queue. More...
#include <taskq.h>
Public Attributes | |
ghost_task * | head |
The first (= highest priority) task in the queue. More... | |
ghost_task * | tail |
The last (= lowest priority) task in the queue. More... | |
pthread_mutex_t | mutex |
Serialize access to the queue. More... | |
The task queue.
ghost_task* ghost_taskq::head |
The first (= highest priority) task in the queue.
pthread_mutex_t ghost_taskq::mutex |
Serialize access to the queue.
ghost_task* ghost_taskq::tail |
The last (= lowest priority) task in the queue.