
Data Fields | |
| synQueue * | next |
| dlList * | queue |
| pthread_mutex_t | mutex |
| pthread_cond_t | cond |
Definition at line 11 of file synQueue.c.
struct synQueue* synQueue::next [read] |
Definition at line 14 of file synQueue.c.
struct dlList* synQueue::queue [read] |
Definition at line 15 of file synQueue.c.
Referenced by synQueueFree(), synQueueFreeAndVals(), synQueueGet(), synQueueGrab(), synQueueNew(), synQueuePut(), and synQueueSize().
| pthread_mutex_t synQueue::mutex |
Definition at line 16 of file synQueue.c.
Referenced by synQueueFree(), synQueueFreeAndVals(), synQueueGet(), synQueueGrab(), synQueueNew(), synQueuePut(), and synQueueSize().
| pthread_cond_t synQueue::cond |
Definition at line 17 of file synQueue.c.
Referenced by synQueueFree(), synQueueFreeAndVals(), synQueueGet(), synQueueNew(), and synQueuePut().
1.5.2