|
Groonga 3.0.9 Source Code Document
|

Go to the source code of this file.
Functions | |
| ngx_int_t | ngx_event_busy_lock (ngx_event_busy_lock_t *bl, ngx_event_busy_lock_ctx_t *ctx) |
| ngx_int_t | ngx_event_busy_lock_cacheable (ngx_event_busy_lock_t *bl, ngx_event_busy_lock_ctx_t *ctx) |
| void | ngx_event_busy_unlock (ngx_event_busy_lock_t *bl, ngx_event_busy_lock_ctx_t *ctx) |
| void | ngx_event_busy_lock_cancel (ngx_event_busy_lock_t *bl, ngx_event_busy_lock_ctx_t *ctx) |
| ngx_int_t ngx_event_busy_lock | ( | ngx_event_busy_lock_t * | bl, |
| ngx_event_busy_lock_ctx_t * | ctx | ||
| ) |
| ngx_int_t ngx_event_busy_lock_cacheable | ( | ngx_event_busy_lock_t * | bl, |
| ngx_event_busy_lock_ctx_t * | ctx | ||
| ) |
| void ngx_event_busy_lock_cancel | ( | ngx_event_busy_lock_t * | bl, |
| ngx_event_busy_lock_ctx_t * | ctx | ||
| ) |
| void ngx_event_busy_unlock | ( | ngx_event_busy_lock_t * | bl, |
| ngx_event_busy_lock_ctx_t * | ctx | ||
| ) |
1.8.1.2