thread.h.3coin4 - Man Page
thread.h
Synopsis
#include <Inventor/C/basic.h>
#include <Inventor/C/threads/common.h>
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)
Author
Generated automatically by Doxygen for Coin from the source code.
Info
Wed Jan 18 2023 Version 4.0.0 Coin