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