Searched refs:ngx_thread_cond_create (Results 1 – 3 of 3) sorted by relevance
13 ngx_thread_cond_create(ngx_thread_cond_t *cond, ngx_log_t *log) in ngx_thread_cond_create() function
30 ngx_int_t ngx_thread_cond_create(ngx_thread_cond_t *cond, ngx_log_t *log);
126 if (ngx_thread_cond_create(&tp->cond, log) != NGX_OK) { in ngx_thread_pool_init()