Coin Logo Coin3D is Free Software,
published under the BSD 3-clause license.
https://coin3d.github.io
https://www.kongsberg.com/en/kogt/
cc_worker Struct Reference

The structure for a worker thread. More...

#include <Inventor/C/threads/common.h>

Public Attributes

cc_threadthread
 
SbBool threadisrunning
 
cc_mutexmutex
 
cc_condvarcond
 
cc_mutexbeginmutex
 
cc_condvarbegincond
 
SbBool shutdown
 
void(* workfunc )(void *)
 
void * workclosure
 
void(* idlecb )(cc_worker *, void *)
 
void * idleclosure
 

Detailed Description

The structure for a worker thread.


The documentation for this struct was generated from the following file: