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

Go to the source code of this file.

Functions

ngx_int_t ngx_event_timer_init (ngx_log_t *log)
ngx_msec_t ngx_event_find_timer (void)
void ngx_event_expire_timers (void)

Variables

ngx_thread_volatile ngx_rbtree_t ngx_event_timer_rbtree

Function Documentation

void ngx_event_expire_timers ( void  )

Definition at line 77 of file ngx_event_timer.c.

Here is the call graph for this function:

Here is the caller graph for this function:

ngx_msec_t ngx_event_find_timer ( void  )

Definition at line 52 of file ngx_event_timer.c.

Here is the call graph for this function:

Here is the caller graph for this function:

ngx_int_t ngx_event_timer_init ( ngx_log_t log)

Definition at line 28 of file ngx_event_timer.c.

Here is the call graph for this function:

Variable Documentation

ngx_thread_volatile ngx_rbtree_t ngx_event_timer_rbtree

Definition at line 18 of file ngx_event_timer.c.