Data Fields | |
MicrofeedThread * | next |
MicrofeedThread * | previous |
unsigned int | reference_count |
MicrofeedMutex * | mutex |
unsigned long | id |
MicrofeedThreadPool * | thread_pool |
void * | thread_implementation |
MicrofeedThreadFunction | function |
void * | in_data |
void * | out_data |
MicrofeedThreadExitCallback | exit_callback |
void * | user_data |
Definition at line 9 of file microfeedthread.c.
Definition at line 10 of file microfeedthread.c.
Referenced by microfeed_thread_cleanup(), microfeed_thread_free(), microfeed_thread_get_current(), microfeed_thread_new_with_exit_callback(), and microfeed_thread_pool_queue_thread_with_exit_callback().
Definition at line 11 of file microfeedthread.c.
Referenced by microfeed_thread_free(), microfeed_thread_get_current(), microfeed_thread_new_with_exit_callback(), and microfeed_thread_pool_queue_thread_with_exit_callback().
unsigned int reference_count |
Definition at line 13 of file microfeedthread.c.
Referenced by microfeed_thread_get_current(), microfeed_thread_new_with_exit_callback(), microfeed_thread_pool_queue_thread_with_exit_callback(), microfeed_thread_ref(), and microfeed_thread_unref().
Definition at line 14 of file microfeedthread.c.
Referenced by microfeed_thread_get_current(), microfeed_thread_new_with_exit_callback(), microfeed_thread_pool_queue_thread_with_exit_callback(), microfeed_thread_ref(), and microfeed_thread_unref().
unsigned long id |
Definition at line 15 of file microfeedthread.c.
Referenced by microfeed_thread_get_current(), microfeed_thread_get_id(), and microfeed_thread_new_with_exit_callback().
Definition at line 17 of file microfeedthread.c.
Referenced by microfeed_thread_pool_queue_thread_with_exit_callback().
void* thread_implementation |
Definition at line 18 of file microfeedthread.c.
Referenced by microfeed_thread_cleanup(), microfeed_thread_free(), microfeed_thread_get_current(), microfeed_thread_join(), microfeed_thread_new_with_exit_callback(), microfeed_thread_pool_queue_thread_with_exit_callback(), and microfeed_thread_send_signal().
Definition at line 19 of file microfeedthread.c.
Referenced by microfeed_thread_get_current(), microfeed_thread_new_with_exit_callback(), and microfeed_thread_pool_queue_thread_with_exit_callback().
void* in_data |
Definition at line 20 of file microfeedthread.c.
Referenced by microfeed_thread_get_current(), microfeed_thread_new_with_exit_callback(), and microfeed_thread_pool_queue_thread_with_exit_callback().
void* out_data |
Definition at line 21 of file microfeedthread.c.
Referenced by microfeed_thread_get_current(), microfeed_thread_new_with_exit_callback(), and microfeed_thread_pool_queue_thread_with_exit_callback().
Definition at line 22 of file microfeedthread.c.
Referenced by microfeed_thread_new_with_exit_callback(), and microfeed_thread_pool_queue_thread_with_exit_callback().
void* user_data |
Definition at line 23 of file microfeedthread.c.
Referenced by microfeed_thread_new_with_exit_callback(), and microfeed_thread_pool_queue_thread_with_exit_callback().