Searched refs:ngx_thread_cond_t (Results 1 – 3 of 3) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/os/unix/ |
| H A D | ngx_thread.h | 28 typedef pthread_cond_t ngx_thread_cond_t; typedef 30 ngx_int_t ngx_thread_cond_create(ngx_thread_cond_t *cond, ngx_log_t *log); 31 ngx_int_t ngx_thread_cond_destroy(ngx_thread_cond_t *cond, ngx_log_t *log); 32 ngx_int_t ngx_thread_cond_signal(ngx_thread_cond_t *cond, ngx_log_t *log); 33 ngx_int_t ngx_thread_cond_wait(ngx_thread_cond_t *cond, ngx_thread_mutex_t *mtx,
|
| H A D | ngx_thread_cond.c | 13 ngx_thread_cond_create(ngx_thread_cond_t *cond, ngx_log_t *log) in ngx_thread_cond_create() 28 ngx_thread_cond_destroy(ngx_thread_cond_t *cond, ngx_log_t *log) in ngx_thread_cond_destroy() 43 ngx_thread_cond_signal(ngx_thread_cond_t *cond, ngx_log_t *log) in ngx_thread_cond_signal() 58 ngx_thread_cond_wait(ngx_thread_cond_t *cond, ngx_thread_mutex_t *mtx, in ngx_thread_cond_wait()
|
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_thread_pool.c | 33 ngx_thread_cond_t cond;
|