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 | |
| enum poll_types | choose_poll_method () |
| char * | check_poll_method (enum poll_types poll_method) |
| char * | poll_method_name (enum poll_types poll_method) |
| enum poll_types | get_poll_type (char *s) |
Variables | |
| char * | poll_method_str [POLL_END] |
| char * | poll_support |
|
|
Definition at line 43 of file poll_types.h. Referenced by choose_poll_method(), and get_poll_type(). |
|
|
Definition at line 293 of file io_wait.c. References _os_ver, get_sys_version(), POLL_DEVPOLL, POLL_EPOLL_ET, POLL_EPOLL_LT, POLL_KQUEUE, POLL_NONE, POLL_POLL, POLL_SELECT, and POLL_SIGIO_RT. Referenced by init_io_wait(), and io_listen_loop(). |
|
|
Definition at line 370 of file io_wait.c. References _os_ver, get_sys_version(), and poll_types. Referenced by init_io_wait(), and io_listen_loop(). |
|
|
Definition at line 426 of file io_wait.c. References POLL_END, poll_method_str, poll_types, and s. |
|
|
Definition at line 413 of file io_wait.c. References poll_method_str. Referenced by io_listen_loop(). |
|
|
Definition at line 77 of file io_wait.c. Referenced by get_poll_type(), init_io_wait(), io_watch_add(), io_watch_chg(), io_watch_del(), and poll_method_name(). |
|
|
Definition at line 58 of file io_wait.c. Referenced by main(), print_ct_constants(), and yyparse(). |
1.3.9.1