design_pattern_for_c
V 1.00
|
This is API as ThreadPool data definition for ThreadPooldesign petten by using libevent. More...
Go to the source code of this file.
Data Structures | |
struct | event_subscriber_t |
EventSubscriber class instance definition, this is storaged in any threads. More... | |
struct | event_tpool_add_result_t |
add result definition More... | |
Used class name definition. | |
#define | EV_TPOOL_READ (0x01<<0) |
#define | EV_TPOOL_WRITE (0x01<<1) |
#define | EV_TPOOL_HUNGUP (0x01<<2) |
typedef struct event_tpool_manager_t * | EventTPoolManager |
EventTPoolManager class definition. More... | |
typedef struct event_subscriber_t | event_subscriber_t |
EventSubscriber class definition. More... | |
typedef struct event_subscriber_t * | EventSubscriber |
typedef struct event_tpool_thread_info_t * | EventTPoolThreadInfo |
typedef struct event_tpool_add_result_t | event_tpool_add_result_t |
This is API as ThreadPool data definition for ThreadPooldesign petten by using libevent.
Definition in file event_threadpool_data.h.
#define EV_TPOOL_HUNGUP (0x01<<2) |
Definition at line 20 of file event_threadpool_data.h.
#define EV_TPOOL_READ (0x01<<0) |
Definition at line 18 of file event_threadpool_data.h.
#define EV_TPOOL_WRITE (0x01<<1) |
Definition at line 19 of file event_threadpool_data.h.
typedef struct event_subscriber_t event_subscriber_t |
EventSubscriber class definition.
Definition at line 32 of file event_threadpool_data.h.
typedef struct event_tpool_add_result_t event_tpool_add_result_t |
Definition at line 46 of file event_threadpool_data.h.
typedef struct event_subscriber_t * EventSubscriber |
Definition at line 32 of file event_threadpool_data.h.
typedef struct event_tpool_manager_t* EventTPoolManager |
EventTPoolManager class definition.
Definition at line 15 of file event_threadpool_data.h.
typedef struct event_tpool_thread_info_t* EventTPoolThreadInfo |
Definition at line 38 of file event_threadpool_data.h.