OpenDNSSEC-signer
1.4.9
|
#include <fifoq.h>
Data Fields | |
allocator_type * | allocator |
void * | blob [FIFOQ_MAX_COUNT] |
worker_type * | owner [FIFOQ_MAX_COUNT] |
size_t | count |
lock_basic_type | q_lock |
cond_basic_type | q_threshold |
cond_basic_type | q_nonfull |
allocator_type* fifoq_struct::allocator |
Definition at line 61 of file fifoq.h.
Referenced by fifoq_cleanup(), and fifoq_create().
void* fifoq_struct::blob[FIFOQ_MAX_COUNT] |
Definition at line 62 of file fifoq.h.
Referenced by fifoq_pop(), fifoq_push(), and fifoq_wipe().
size_t fifoq_struct::count |
Definition at line 64 of file fifoq.h.
Referenced by fifoq_pop(), fifoq_push(), and fifoq_wipe().
worker_type* fifoq_struct::owner[FIFOQ_MAX_COUNT] |
Definition at line 63 of file fifoq.h.
Referenced by fifoq_pop(), fifoq_push(), and fifoq_wipe().
lock_basic_type fifoq_struct::q_lock |
Definition at line 65 of file fifoq.h.
Referenced by engine_start_drudgers(), engine_stop_drudgers(), fifoq_cleanup(), fifoq_create(), and worker_create().
cond_basic_type fifoq_struct::q_nonfull |
Definition at line 67 of file fifoq.h.
Referenced by engine_start_drudgers(), fifoq_cleanup(), fifoq_create(), fifoq_pop(), and worker_create().
cond_basic_type fifoq_struct::q_threshold |
Definition at line 66 of file fifoq.h.
Referenced by engine_stop_drudgers(), fifoq_cleanup(), fifoq_create(), fifoq_push(), and worker_create().