Searched refs:ngx_thread_cond_wait (Results 1 – 3 of 3) sorted by relevance
58 ngx_thread_cond_wait(ngx_thread_cond_t *cond, ngx_thread_mutex_t *mtx, in ngx_thread_cond_wait() function
33 ngx_int_t ngx_thread_cond_wait(ngx_thread_cond_t *cond, ngx_thread_mutex_t *mtx,
315 if (ngx_thread_cond_wait(&tp->cond, &tp->mtx, tp->log) in ngx_thread_pool_cycle()