37#error this is a private header file
40#include <Inventor/C/threads/common.h>
46#include "threads/mutexp.h"
47#include "threads/condvarp.h"
55typedef struct cc_fifo_item cc_fifo_item;
70 unsigned int elements;
77void cc_fifo_struct_init(
cc_fifo * fifo);
78void 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