37 #error this is a private header file
46 #include "threads/mutexp.h"
47 #include "threads/condvarp.h"
55 typedef struct cc_fifo_item cc_fifo_item;
70 unsigned int elements;
77 void cc_fifo_struct_init(
cc_fifo * fifo);
78 void cc_fifo_struct_clean(
cc_fifo * fifo);
The structure for a conditional variable.
Definition: condvarp.h:61
The structure for a first-in, first-out queue.
Definition: fifop.h:63
The structure for a mutex.
Definition: mutexp.h:61