Coin3D is Free Software, published under the BSD 3-clause license. |
https://bitbucket.org/Coin3D/ http://www.kongsberg.com/kogt/ |
Go to the source code of this file.
Typedefs | |
typedef void * | cc_thread_f(void *) |
Functions | |
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) |