Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_thread_cond.c13 ngx_thread_cond_create(ngx_thread_cond_t *cond, ngx_log_t *log) in ngx_thread_cond_create() function
H A Dngx_thread.h30 ngx_int_t ngx_thread_cond_create(ngx_thread_cond_t *cond, ngx_log_t *log);
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_thread_pool.c126 if (ngx_thread_cond_create(&tp->cond, log) != NGX_OK) { in ngx_thread_pool_init()