1 #ifndef CC_THREADCOMMON_H 2 #define CC_THREADCOMMON_H 36 #include <Inventor/C/basic.h> struct cc_fifo cc_fifo
The type definition for the first-in, first-out queue structure.
Definition: common.h:62
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
struct cc_thread cc_thread
The type definition for the thread structure.
Definition: common.h:57
struct cc_sched cc_sched
The type definition for the thread schduler structure.
Definition: common.h:54
struct cc_mutex cc_mutex
The type definition for the mutex structure.
Definition: common.h:58
struct cc_wpool cc_wpool
The type definition for a worker pool structure.
Definition: common.h:55
struct cc_barrier cc_barrier
The type definition for the thread barrier structure.
Definition: common.h:63
cc_threads_implementation
The definition of the enumerator for identification of the thread type implemented.
Definition: common.h:72
int cc_thread_implementation(void)
Definition: common.cpp:62
struct cc_rwmutex cc_rwmutex
The type definition for the read-write mutex structure.
Definition: common.h:59
struct cc_storage cc_storage
The type definition for the thread local memory storage structure.
Definition: common.h:61
struct cc_condvar cc_condvar
The type definition for the conditional variable structure.
Definition: common.h:60
struct cc_worker cc_worker
The type definition for the worker thread structure.
Definition: common.h:56
struct cc_recmutex cc_recmutex
The type definition for the recursive mutex structure.
Definition: common.h:64