Coin Logo http://www.coin3d.org/
http://www.kongsberg.com/kogt/

Typedefs | Functions
sched.h File Reference
#include <Inventor/C/basic.h>
#include <Inventor/C/threads/common.h>

Go to the source code of this file.

Typedefs

typedef void cc_sched_f(void *closure)
 

Functions

cc_sched * cc_sched_construct (int numthreads)
 
void cc_sched_destruct (cc_sched *sched)
 
void cc_sched_set_num_threads (cc_sched *sched, int num)
 
int cc_sched_get_num_threads (cc_sched *sched)
 
uint32_t cc_sched_schedule (cc_sched *sched, cc_sched_f *workfunc, void *closure, float priority)
 
SbBool cc_sched_unschedule (cc_sched *sched, uint32_t schedid)
 
void cc_sched_wait_all (cc_sched *sched)
 
int cc_sched_get_num_remaining (cc_sched *sched)
 
void cc_sched_set_num_allowed (cc_sched *sched, int num)
 
void cc_sched_change_priority (cc_sched *sched, uint32_t schedid, float priority)
 

Copyright © by Kongsberg Oil & Gas Technologies. All rights reserved.

Generated for Coin by Doxygen