|
Groonga 3.0.9 Source Code Document
|
#include <ngx_event_busy_lock.h>

Data Fields | |
| ngx_event_t * | event |
| ngx_event_handler_pt | handler |
| void * | data |
| ngx_msec_t | timer |
| unsigned | locked:1 |
| unsigned | waiting:1 |
| unsigned | cache_updated:1 |
| char * | md5 |
| ngx_int_t | slot |
| ngx_event_busy_lock_ctx_t * | next |
Definition at line 18 of file ngx_event_busy_lock.h.
| unsigned cache_updated |
Definition at line 26 of file ngx_event_busy_lock.h.
| void* data |
Definition at line 21 of file ngx_event_busy_lock.h.
| ngx_event_t* event |
Definition at line 19 of file ngx_event_busy_lock.h.
| ngx_event_handler_pt handler |
Definition at line 20 of file ngx_event_busy_lock.h.
| unsigned locked |
Definition at line 24 of file ngx_event_busy_lock.h.
| char* md5 |
Definition at line 28 of file ngx_event_busy_lock.h.
Definition at line 31 of file ngx_event_busy_lock.h.
| ngx_int_t slot |
Definition at line 29 of file ngx_event_busy_lock.h.
| ngx_msec_t timer |
Definition at line 22 of file ngx_event_busy_lock.h.
| unsigned waiting |
Definition at line 25 of file ngx_event_busy_lock.h.
1.8.1.2