|
Groonga 3.0.9 Source Code Document
|


Go to the source code of this file.
Macros | |
| #define | NGX_TIMER_INFINITE (ngx_msec_t) -1 |
| #define | NGX_TIMER_LAZY_DELAY 300 |
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 |
| #define NGX_TIMER_INFINITE (ngx_msec_t) -1 |
Definition at line 17 of file ngx_event_timer.h.
| #define NGX_TIMER_LAZY_DELAY 300 |
Definition at line 19 of file ngx_event_timer.h.
| void ngx_event_expire_timers | ( | void | ) |
Definition at line 77 of file ngx_event_timer.c.


| ngx_msec_t ngx_event_find_timer | ( | void | ) |
Definition at line 52 of file ngx_event_timer.c.


| ngx_thread_volatile ngx_rbtree_t ngx_event_timer_rbtree |
Definition at line 18 of file ngx_event_timer.c.
1.8.1.2