table of contents
other versions
- jessie 3.1.4~abc9f50-7
worker.h(3) | Coin | worker.h(3) |
NAME¶
worker.h -SYNOPSIS¶
#include <Inventor/C/basic.h>Typedefs¶
typedef void cc_worker_f (void *)
Functions¶
cc_worker * cc_worker_construct (void)
Function Documentation¶
void cc_worker_destruct (cc_worker *worker)¶
Will wait for the current task to be finished before destructing the worker.SbBool cc_worker_start (cc_worker *worker, cc_worker_f *workfunc, void *closure)¶
Start the worker by either waking is from a condvar_wait() or creating a new thread if the thread is not running.Author¶
Generated automatically by Doxygen for Coin from the source code.Thu May 29 2014 | Version 4.0.0a |