37#error this is a private header file
40#include <Inventor/C/threads/common.h>
41#include <Inventor/C/base/heap.h>
42#include <Inventor/C/base/memalloc.h>
60 cc_dict * schedid_dict;
The structure for a mutex.
Definition mutexp.h:61
The structure for the thread scheduler.
Definition schedp.h:55
SbBool iswaitingall
Definition schedp.h:64
int numallowed
Definition schedp.h:62
cc_heap * itemheap
Definition schedp.h:58
cc_mutex * mutex
Definition schedp.h:57
uint32_t schedid_counter
Definition schedp.h:61
cc_memalloc * itemalloc
Definition schedp.h:59
The structure for a worker pool.
Definition wpoolp.h:51