36#include <Inventor/C/basic.h>
37#include <Inventor/C/threads/common.h>
45typedef void * cc_thread_f(
void *);
47COIN_DLL_API cc_thread * cc_thread_construct(cc_thread_f * func,
void * closure);
48COIN_DLL_API
void cc_thread_destruct(cc_thread * thread);
50COIN_DLL_API
int cc_thread_join(cc_thread * thread,
void ** retvalptr);
52COIN_DLL_API
unsigned long cc_thread_id(
void);
53COIN_DLL_API
void cc_sleep(
float seconds);