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

Data Fields | |
| u_char * | md5_mask |
| char * | md5 |
| int | cacheable |
| int | busy |
| int | max_busy |
| int | waiting |
| int | max_waiting |
| time_t | timeout |
| ngx_event_mutex_t * | mutex |
Definition at line 18 of file ngx_http_busy_lock.h.
| int busy |
Definition at line 23 of file ngx_http_busy_lock.h.
| int cacheable |
Definition at line 21 of file ngx_http_busy_lock.h.
| int max_busy |
Definition at line 24 of file ngx_http_busy_lock.h.
| int max_waiting |
Definition at line 27 of file ngx_http_busy_lock.h.
| char* md5 |
Definition at line 20 of file ngx_http_busy_lock.h.
| u_char* md5_mask |
Definition at line 19 of file ngx_http_busy_lock.h.
| ngx_event_mutex_t* mutex |
Definition at line 31 of file ngx_http_busy_lock.h.
| time_t timeout |
Definition at line 29 of file ngx_http_busy_lock.h.
| int waiting |
Definition at line 26 of file ngx_http_busy_lock.h.
1.8.1.2