Data Fields | |
unsigned int | started_threads |
unsigned int | max_threads |
MicrofeedThreadExitCallback | exit_callback |
void * | user_data |
MicrofeedMutex * | mutex |
MicrofeedStore * | waiting_threads |
Definition at line 26 of file microfeedthread.c.
unsigned int started_threads |
Definition at line 27 of file microfeedthread.c.
Referenced by microfeed_thread_pool_get_started_thread_count(), and microfeed_thread_pool_queue_thread_with_exit_callback().
unsigned int max_threads |
Definition at line 28 of file microfeedthread.c.
Referenced by microfeed_thread_pool_new_with_exit_callback(), microfeed_thread_pool_queue_thread_with_exit_callback(), and microfeed_thread_pool_set_maximum_thread_count().
Definition at line 29 of file microfeedthread.c.
Referenced by microfeed_thread_pool_new_with_exit_callback().
void* user_data |
Definition at line 30 of file microfeedthread.c.
Referenced by microfeed_thread_pool_new_with_exit_callback().
Definition at line 31 of file microfeedthread.c.
Referenced by microfeed_thread_pool_new_with_exit_callback(), and microfeed_thread_pool_queue_thread_with_exit_callback().
Definition at line 32 of file microfeedthread.c.
Referenced by microfeed_thread_pool_get_waiting_thread_count(), microfeed_thread_pool_new_with_exit_callback(), and microfeed_thread_pool_queue_thread_with_exit_callback().