Thread.h -
#include <Inventor/C/basic.h>
#include <Inventor/C/threads/common.h>
typedef void * cc_thread_f (void *)
cc_thread * cc_thread_construct (cc_thread_f *func, void *closure)
void cc_thread_destruct (cc_thread *thread)
int cc_thread_join (cc_thread *thread, void **retvalptr)
unsigned long cc_thread_id (void)
void cc_sleep (float seconds)
Generated automatically by Doxygen for Coin from the source code.