Groonga 3.0.9 Source Code Document
|
Go to the source code of this file.
Macros | |
#define | DEFAULT_CONNECTIONS 512 |
Functions | |
void | ngx_process_events_and_timers (ngx_cycle_t *cycle) |
ngx_int_t | ngx_handle_read_event (ngx_event_t *rev, ngx_uint_t flags) |
ngx_int_t | ngx_handle_write_event (ngx_event_t *wev, size_t lowat) |
ngx_int_t | ngx_send_lowat (ngx_connection_t *c, size_t lowat) |
#define DEFAULT_CONNECTIONS 512 |
Definition at line 13 of file ngx_event.c.
ngx_int_t ngx_handle_read_event | ( | ngx_event_t * | rev, |
ngx_uint_t | flags | ||
) |
ngx_int_t ngx_handle_write_event | ( | ngx_event_t * | wev, |
size_t | lowat | ||
) |
Definition at line 351 of file ngx_event.c.
void ngx_process_events_and_timers | ( | ngx_cycle_t * | cycle | ) |
Definition at line 203 of file ngx_event.c.
ngx_int_t ngx_send_lowat | ( | ngx_connection_t * | c, |
size_t | lowat | ||
) |
Definition at line 867 of file ngx_event.c.
ngx_int_t ngx_accept_disabled |
Definition at line 58 of file ngx_event.c.
ngx_uint_t ngx_accept_events |
Definition at line 55 of file ngx_event.c.
ngx_shmtx_t ngx_accept_mutex |
Definition at line 53 of file ngx_event.c.
ngx_msec_t ngx_accept_mutex_delay |
Definition at line 57 of file ngx_event.c.
ngx_uint_t ngx_accept_mutex_held |
Definition at line 56 of file ngx_event.c.
ngx_file_t ngx_accept_mutex_lock_file |
Definition at line 59 of file ngx_event.c.
ngx_atomic_t* ngx_accept_mutex_ptr |
Definition at line 52 of file ngx_event.c.
ngx_atomic_t* ngx_connection_counter = &connection_counter |
Definition at line 49 of file ngx_event.c.
ngx_module_t ngx_devpoll_module |
Definition at line 99 of file ngx_devpoll_module.c.
ngx_module_t ngx_epoll_module |
Definition at line 172 of file ngx_epoll_module.c.
ngx_event_actions_t ngx_event_actions |
Definition at line 45 of file ngx_event.c.
ngx_module_t ngx_event_core_module |
Definition at line 186 of file ngx_event.c.
ngx_event_module_t ngx_event_core_module_ctx |
Definition at line 177 of file ngx_event.c.
ngx_uint_t ngx_event_flags |
Definition at line 44 of file ngx_event.c.
sig_atomic_t ngx_event_timer_alarm |
Definition at line 40 of file ngx_event.c.
ngx_module_t ngx_eventport_module |
Definition at line 183 of file ngx_eventport_module.c.
ngx_module_t ngx_events_module |
Definition at line 103 of file ngx_event.c.
ngx_module_t ngx_kqueue_module |
Definition at line 100 of file ngx_kqueue_module.c.
ngx_module_t ngx_rtsig_module |
Definition at line 141 of file ngx_rtsig_module.c.
ngx_module_t ngx_select_module |
Definition at line 58 of file ngx_select_module.c.
ngx_uint_t ngx_use_accept_mutex |
Definition at line 54 of file ngx_event.c.