pthread_fifo_mutex_t Struct Reference

pthread_fifo_mutex_t structure More...

#include <pthread_fifo_mutex.h>


Data Fields

pthread_mutex_t lock
 structure lock
pthread_cond_t cond
 fifo queue not full condition
fifo_data_tqueue
 fifo queue array
int front
 index of front of fifo queue
int back
 index of back of fifo queue
int length
 fifo queue length
int max_length
 maximum fifo queue length
int queue_full_wait
 count of threads blocking
short locked
 fifo-mutex locked flag
int block
 blocking attribute


Detailed Description

pthread_fifo_mutex_t structure


The documentation for this struct was generated from the following file:
Generated on Tue Apr 24 20:01:36 2007 for libctf by  doxygen 1.5.1