Groonga 3.0.9 Source Code Document
|
Go to the source code of this file.
Data Structures | |
struct | ngx_event_busy_lock_ctx_s |
struct | ngx_event_busy_lock_t |
Typedefs | |
typedef struct ngx_event_busy_lock_ctx_s | ngx_event_busy_lock_ctx_t |
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) |
typedef struct ngx_event_busy_lock_ctx_s ngx_event_busy_lock_ctx_t |
Definition at line 16 of file ngx_event_busy_lock.h.
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 | ||
) |