Main Page | Modules | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

poll_types.h File Reference

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


Enumeration Type Documentation

enum poll_types
 

Enumeration values:
POLL_NONE 
POLL_POLL 
POLL_EPOLL_LT 
POLL_EPOLL_ET 
POLL_SIGIO_RT 
POLL_SELECT 
POLL_KQUEUE 
POLL_DEVPOLL 
POLL_END 

Definition at line 43 of file poll_types.h.

Referenced by choose_poll_method(), and get_poll_type().


Function Documentation

char* check_poll_method enum poll_types  poll_method  ) 
 

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().

enum poll_types choose_poll_method  ) 
 

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().

enum poll_types get_poll_type char *  s  ) 
 

Definition at line 426 of file io_wait.c.

References POLL_END, poll_method_str, poll_types, and s.

Referenced by main(), and yyparse().

char* poll_method_name enum poll_types  poll_method  ) 
 

Definition at line 413 of file io_wait.c.

References poll_method_str.

Referenced by io_listen_loop().


Variable Documentation

char* poll_method_str[POLL_END]
 

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().

char* poll_support
 

Definition at line 58 of file io_wait.c.

Referenced by main(), print_ct_constants(), and yyparse().


Generated on Thu Jul 29 04:16:06 2010 for SIPExpressRouter by  doxygen 1.3.9.1