Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_thread_cond.c58 ngx_thread_cond_wait(ngx_thread_cond_t *cond, ngx_thread_mutex_t *mtx, in ngx_thread_cond_wait() function
H A Dngx_thread.h33 ngx_int_t ngx_thread_cond_wait(ngx_thread_cond_t *cond, ngx_thread_mutex_t *mtx,
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_thread_pool.c315 if (ngx_thread_cond_wait(&tp->cond, &tp->mtx, tp->log) in ngx_thread_pool_cycle()