Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_thread_cond.c28 ngx_thread_cond_destroy(ngx_thread_cond_t *cond, ngx_log_t *log) in ngx_thread_cond_destroy() function
H A Dngx_thread.h31 ngx_int_t ngx_thread_cond_destroy(ngx_thread_cond_t *cond, ngx_log_t *log);
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_thread_pool.c197 (void) ngx_thread_cond_destroy(&tp->cond, tp->log); in ngx_thread_pool_destroy()