![]() |
A thread-safe multi-threaded dynamic queue implementation. as_queue_mt is not part of the generic as_val family.
Definition at line 35 of file as_queue_mt.h.
#include "as_queue_mt.h"
Data Fields | |
pthread_cond_t | cond |
pthread_mutex_t | lock |
as_queue | queue |
pthread_cond_t as_queue_mt::cond |
The notify/wait condition variable.
Definition at line 49 of file as_queue_mt.h.
pthread_mutex_t as_queue_mt::lock |
The lock.
Definition at line 44 of file as_queue_mt.h.
as_queue as_queue_mt::queue |
The queue.
Definition at line 39 of file as_queue_mt.h.