synQueue Struct Reference

Collaboration diagram for synQueue:

Collaboration graph
[legend]

Data Fields

synQueuenext
dlListqueue
pthread_mutex_t mutex
pthread_cond_t cond

Detailed Description

Definition at line 11 of file synQueue.c.


Field Documentation

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().


The documentation for this struct was generated from the following file:
Generated on Tue Dec 25 20:27:10 2007 for blat by  doxygen 1.5.2