Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Functions
ngx_event_mutex.c File Reference
#include <ngx_config.h>
#include <ngx_core.h>
#include <ngx_event.h>
Include dependency graph for ngx_event_mutex.c:

Go to the source code of this file.

Functions

ngx_int_t ngx_event_mutex_timedlock (ngx_event_mutex_t *m, ngx_msec_t timer, ngx_event_t *ev)
ngx_int_t ngx_event_mutex_unlock (ngx_event_mutex_t *m, ngx_log_t *log)

Function Documentation

ngx_int_t ngx_event_mutex_timedlock ( ngx_event_mutex_t m,
ngx_msec_t  timer,
ngx_event_t ev 
)

Definition at line 13 of file ngx_event_mutex.c.

ngx_int_t ngx_event_mutex_unlock ( ngx_event_mutex_t m,
ngx_log_t log 
)

Definition at line 46 of file ngx_event_mutex.c.

Here is the call graph for this function: