Rabbit Tree
Radix bit tries for implementing associative arrays and sets in C.
RBT_NODE_ROOT_T Struct Reference

#include <node_pthread.h>

Collaboration diagram for RBT_NODE_ROOT_T:

Data Fields

pthread_cond_t cond
 The condition variable used to signal waiting threads.
 
pthread_mutex_t mutex
 The mutex that protects this root node.
 
RBT_NODE_Tnode
 The root node.
 
unsigned int readers
 The number of concurrent read operations.
 
unsigned int writers
 The number of queued write operations.
 

Detailed Description

A convenient wrapper around root nodes to provide thread safety.


The documentation for this struct was generated from the following file:
Contact
echo xyne.archlinux.org | sed 's/\./@/'