37#error this is a private header file
40#include <Inventor/C/threads/common.h>
41#include "threads/mutexp.h"
42#include "threads/condvarp.h"
67void cc_rwmutex_struct_init(
cc_rwmutex * rwmutex);
68void cc_rwmutex_struct_clean(
cc_rwmutex * rwmutex);
cc_precedence
The type definition of the cc_precedence enumerator.
Definition common.h:67
The structure for a conditional variable.
Definition condvarp.h:61
The structure for a mutex.
Definition mutexp.h:61
The structure for a read-write mutex.
Definition rwmutexp.h:54