Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Functions | Variables
ngx_event_posted.c File Reference
#include <ngx_config.h>
#include <ngx_core.h>
#include <ngx_event.h>
Include dependency graph for ngx_event_posted.c:

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_tngx_posted_accept_events
ngx_thread_volatile ngx_event_tngx_posted_events

Function Documentation

void ngx_event_process_posted ( ngx_cycle_t cycle,
ngx_thread_volatile ngx_event_t **  posted 
)

Definition at line 22 of file ngx_event_posted.c.

Here is the caller graph for this function:

void ngx_wakeup_worker_thread ( ngx_cycle_t cycle)

Definition at line 169 of file ngx_event_posted.c.

Here is the caller graph for this function:

Variable Documentation

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.