Provided by: libcoin80-doc_3.1.4~abc9f50-4ubuntu2_all bug

NAME

       sched.h -

SYNOPSIS

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

   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)

Author

       Generated automatically by Doxygen for Coin from the source code.