design_pattern_for_c  V 1.00
event_tpool_thread_t Struct Reference

thread information More...

Collaboration diagram for event_tpool_thread_t:

Data Fields

EventSubscriberData head
 list of subscriber More...
 
EventSubscriberData tail
 list of subscriber More...
 
event_thread_msg_info_t msgdata
 
int eventfd
 eventfd to use add message More...
 
EventInstance event_base
 
EventHandler msg_evinfo
 
pthread_t tid
 
int is_stop
 

Detailed Description

thread information

Definition at line 105 of file event_thread.c.

Field Documentation

◆ event_base

EventInstance event_base

Definition at line 111 of file event_thread.c.

◆ eventfd

int eventfd

eventfd to use add message

Definition at line 110 of file event_thread.c.

◆ head

list of subscriber

Definition at line 106 of file event_thread.c.

◆ is_stop

int is_stop

Definition at line 114 of file event_thread.c.

◆ msg_evinfo

EventHandler msg_evinfo

Definition at line 112 of file event_thread.c.

◆ msgdata

Definition at line 109 of file event_thread.c.

◆ tail

list of subscriber

Definition at line 107 of file event_thread.c.

◆ tid

pthread_t tid

Definition at line 113 of file event_thread.c.


The documentation for this struct was generated from the following file: