Home
last modified time | relevance | path

Searched refs:ngx_shmtx_trylock (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_shmtx.h43 ngx_uint_t ngx_shmtx_trylock(ngx_shmtx_t *mtx);
H A Dngx_shmtx.c63 ngx_shmtx_trylock(ngx_shmtx_t *mtx) in ngx_shmtx_trylock() function
246 ngx_shmtx_trylock(ngx_shmtx_t *mtx) in ngx_shmtx_trylock() function
/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event_accept.c329 if (ngx_shmtx_trylock(&ngx_accept_mutex)) {