Groonga 3.0.9 Source Code Document
|
Go to the source code of this file.
Functions | |
void | ngx_event_process_posted (ngx_cycle_t *cycle, ngx_thread_volatile ngx_event_t **posted) |
void | ngx_wakeup_worker_thread (ngx_cycle_t *cycle) |
Variables | |
ngx_thread_volatile ngx_event_t * | ngx_posted_accept_events |
ngx_thread_volatile ngx_event_t * | ngx_posted_events |
void ngx_event_process_posted | ( | ngx_cycle_t * | cycle, |
ngx_thread_volatile ngx_event_t ** | posted | ||
) |
void ngx_wakeup_worker_thread | ( | ngx_cycle_t * | cycle | ) |
ngx_thread_volatile ngx_event_t* ngx_posted_accept_events |
Definition at line 13 of file ngx_event_posted.c.
ngx_thread_volatile ngx_event_t* ngx_posted_events |
Definition at line 14 of file ngx_event_posted.c.