1 #ifndef CC_THREADCOMMON_H
2 #define CC_THREADCOMMON_H
36 #include <Inventor/C/basic.h>
The structure for the thread barrier.
Definition: barrierp.h:57
The structure for the thread local memory storage.
Definition: storagep.h:53
The structure for the recursive mutex.
Definition: recmutexp.h:51
The structure for the thread scheduler.
Definition: schedp.h:55
cc_precedence
The precedence values for the read-write mutex.
Definition: common.h:67
cc_retval
The enumerator for return values of thread related functions.
Definition: common.h:78
The structure for a conditional variable.
Definition: condvarp.h:61
The structure for a first-in, first-out queue.
Definition: fifop.h:63
cc_threads_implementation
The definition of the enumerator for identification of the thread type implemented.
Definition: common.h:72
The structure for a worker thread.
Definition: workerp.h:50
int cc_thread_implementation(void)
Definition: common.cpp:62
The structure for a worker pool.
Definition: wpoolp.h:51
The structure for a mutex.
Definition: mutexp.h:61
The structure for a read-write mutex.
Definition: rwmutexp.h:54
The structure for a thread.
Definition: threadp.h:67