36#include <Inventor/C/basic.h>
37#include <Inventor/C/base/time.h>
38#include <Inventor/C/threads/common.h>
46 COIN_DLL_API
cc_condvar * cc_condvar_construct(
void);
47 COIN_DLL_API
void cc_condvar_destruct(
cc_condvar * condvar);
53 COIN_DLL_API
void cc_condvar_wake_one(
cc_condvar * condvar);
54 COIN_DLL_API
void cc_condvar_wake_all(
cc_condvar * condvar);
The structure for a conditional variable.
Definition condvarp.h:61
The structure for a mutex.
Definition mutexp.h:61