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