Data Fields | |
unsigned int | started_threads |
unsigned int | max_threads |
MicrofeedThreadExitCallback | exit_callback |
void * | user_data |
MicrofeedMutex * | mutex |
MicrofeedStore * | waiting_threads |
Definition at line 44 of file microfeedthread.c.
unsigned int started_threads |
Definition at line 45 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 46 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 47 of file microfeedthread.c.
Referenced by microfeed_thread_pool_new_with_exit_callback().
void* user_data |
Definition at line 48 of file microfeedthread.c.
Referenced by microfeed_thread_pool_new_with_exit_callback().
Definition at line 49 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 50 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().