![]() |
Coin3D is Free Software, published under the BSD 3-clause license. |
https://coin3d.github.io https://www.kongsberg.com/en/kogt/ |
The structure for a worker thread. More...
#include <Inventor/C/threads/common.h>
Public Attributes | |
cc_thread * | thread |
SbBool | threadisrunning |
cc_mutex * | mutex |
cc_condvar * | cond |
cc_mutex * | beginmutex |
cc_condvar * | begincond |
SbBool | shutdown |
void(* | workfunc )(void *) |
void * | workclosure |
void(* | idlecb )(cc_worker *, void *) |
void * | idleclosure |
The structure for a worker thread.