Searched refs:ngx_thread_cond_signal (Results 1 – 3 of 3) sorted by relevance
43 ngx_thread_cond_signal(ngx_thread_cond_t *cond, ngx_log_t *log) in ngx_thread_cond_signal() function
32 ngx_int_t ngx_thread_cond_signal(ngx_thread_cond_t *cond, ngx_log_t *log);
257 if (ngx_thread_cond_signal(&tp->cond, tp->log) != NGX_OK) { in ngx_thread_task_post()