|
pazpar2
1.14.1
|
#include <eventl.h>
Data Fields | |
| int | fd |
| int | flags |
| IOC_CALLBACK | fun |
| void * | data |
| int | destroyed |
| time_t | last_event |
| time_t | max_idle |
| int | this_event |
| int | thread_users |
| iochan_man_t | man |
| char * | name |
| struct iochan * | next |
| int | poll_offset |
| int iochan::destroyed |
Definition at line 41 of file eventl.h.
Referenced by event_loop(), iochan_create(), iochan_destroy(), and work_handler().
| int iochan::fd |
Definition at line 33 of file eventl.h.
Referenced by event_loop(), iochan_add(), and iochan_create().
| int iochan::flags |
Definition at line 34 of file eventl.h.
Referenced by event_loop(), and iochan_create().
| IOC_CALLBACK iochan::fun |
Definition at line 39 of file eventl.h.
Referenced by iochan_create(), and work_handler().
| time_t iochan::last_event |
Definition at line 42 of file eventl.h.
Referenced by event_loop(), and iochan_create().
| iochan_man_t iochan::man |
Definition at line 47 of file eventl.h.
Referenced by iochan_add(), iochan_create(), iochan_destroy(), and work_handler().
| time_t iochan::max_idle |
Definition at line 43 of file eventl.h.
Referenced by event_loop(), and iochan_create().
| char* iochan::name |
Definition at line 48 of file eventl.h.
Referenced by event_loop(), iochan_create(), iochan_destroy_real(), run_fun(), and work_handler().
| struct iochan* iochan::next |
Definition at line 49 of file eventl.h.
Referenced by event_loop(), iochan_add(), iochan_create(), and iochan_destroy_real().
| int iochan::poll_offset |
Definition at line 50 of file eventl.h.
Referenced by event_loop().
| int iochan::this_event |
Definition at line 44 of file eventl.h.
Referenced by event_loop(), run_fun(), and work_handler().
| int iochan::thread_users |
Definition at line 45 of file eventl.h.
Referenced by event_loop(), iochan_create(), and run_fun().