ngx_thread_cond_create  126 src/core/ngx_thread_pool.c     if (ngx_thread_cond_create(&tp->cond, log) != NGX_OK) {
ngx_thread_cond_create   30 src/os/unix/ngx_thread.h ngx_int_t ngx_thread_cond_create(ngx_thread_cond_t *cond, ngx_log_t *log);