|
OpenDNSSEC-signer
1.3.4
|
#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 |
Definition at line 63 of file fifoq.h.
Referenced by fifoq_cleanup(), and fifoq_create().
Definition at line 64 of file fifoq.h.
Referenced by fifoq_pop(), fifoq_push(), and fifoq_wipe().
| size_t fifoq_struct::count |
Definition at line 66 of file fifoq.h.
Referenced by fifoq_pop(), fifoq_push(), and fifoq_wipe().
Definition at line 65 of file fifoq.h.
Referenced by fifoq_pop(), fifoq_push(), and fifoq_wipe().
Definition at line 67 of file fifoq.h.
Referenced by fifoq_cleanup(), fifoq_create(), and rrset_queue().
| cond_basic_type fifoq_struct::q_threshold |
Definition at line 68 of file fifoq.h.
Referenced by fifoq_cleanup(), fifoq_create(), and fifoq_push().
1.7.6.1