CUBRID Engine
latest
|
#include <shard_proxy_queue.h>
Public Attributes | |
pthread_mutex_t | lock |
pthread_cond_t | cond |
T_SHARD_QUEUE_ENT * | head |
T_SHARD_QUEUE_ENT * | tail |
Definition at line 45 of file shard_proxy_queue.h.
pthread_cond_t t_shard_queue::cond |
Definition at line 48 of file shard_proxy_queue.h.
T_SHARD_QUEUE_ENT* t_shard_queue::head |
Definition at line 50 of file shard_proxy_queue.h.
Referenced by shard_queue_dequeue(), shard_queue_destroy(), shard_queue_initialize(), shard_queue_insert_after(), shard_queue_ordered_enqueue(), and shard_queue_peek_value().
pthread_mutex_t t_shard_queue::lock |
Definition at line 47 of file shard_proxy_queue.h.
T_SHARD_QUEUE_ENT* t_shard_queue::tail |
Definition at line 51 of file shard_proxy_queue.h.
Referenced by shard_queue_dequeue(), shard_queue_destroy(), shard_queue_enqueue(), shard_queue_initialize(), shard_queue_insert_after(), and shard_queue_ordered_enqueue().