
Go to the source code of this file.
Enumerations | |
| enum | poll_types { POLL_NONE, POLL_POLL, POLL_EPOLL_LT, POLL_EPOLL_ET, POLL_SIGIO_RT, POLL_SELECT, POLL_KQUEUE, POLL_DEVPOLL, POLL_END } |
Functions | |
| char * | check_poll_method (enum poll_types poll_method) |
| enum poll_types | choose_poll_method (void) |
| enum poll_types | get_poll_type (char *s) |
| char * | poll_method_name (enum poll_types poll_method) |
Variables | |
| char * | poll_method_str [POLL_END] |
| char * | poll_support |
Definition in file poll_types.h.
| enum poll_types |
| POLL_NONE | |
| POLL_POLL | |
| POLL_EPOLL_LT | |
| POLL_EPOLL_ET | |
| POLL_SIGIO_RT | |
| POLL_SELECT | |
| POLL_KQUEUE | |
| POLL_DEVPOLL | |
| POLL_END |
Definition at line 33 of file poll_types.h.
| char* check_poll_method | ( | enum poll_types | poll_method | ) |
| enum poll_types choose_poll_method | ( | void | ) |
| enum poll_types get_poll_type | ( | char * | s | ) |
Referenced by main().
| char* poll_method_name | ( | enum poll_types | poll_method | ) |
| char* poll_method_str[POLL_END] |
Referenced by io_watch_add(), and io_watch_del().
| char* poll_support |
Referenced by main(), and print_ct_constants().
1.5.6