|
libacfutils
A general purpose library of utility functions designed to make it easier to develop addons for the X-Plane flight simulator.
|

Data Fields | |
| taskq_init_thr_t | init_func |
| taskq_fini_thr_t | fini_func |
| taskq_proc_task_t | proc_func |
| taskq_discard_task_t | discard_func |
| void * | userinfo |
| mutex_t | lock |
| unsigned | num_threads_min |
| unsigned | num_threads_max |
| uint64_t | thr_stop_delay_us |
| condvar_t | cv |
| bool | shutdown |
| list_t | tasks |
| list_t | threads |
| unsigned | num_thr_ready |