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 27 of file microfeedthread.c.
Definition at line 28 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 29 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 31 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 32 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 33 of file microfeedthread.c.
Referenced by microfeed_thread_get_current(), microfeed_thread_get_id(), and microfeed_thread_new_with_exit_callback().
Definition at line 35 of file microfeedthread.c.
Referenced by microfeed_thread_pool_queue_thread_with_exit_callback().
void* thread_implementation |
Definition at line 36 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 37 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 38 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 39 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 40 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 41 of file microfeedthread.c.
Referenced by microfeed_thread_new_with_exit_callback(), and microfeed_thread_pool_queue_thread_with_exit_callback().