Coin Logo Coin3D is Free Software,
published under the BSD 3-clause license.
https://bitbucket.org/Coin3D/
http://www.kongsberg.com/kogt/
thread.h File Reference
#include <Inventor/C/basic.h>
#include <Inventor/C/threads/common.h>

Go to the source code of this file.

Typedefs

typedef void * cc_thread_f(void *)
 

Functions

cc_threadcc_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)