Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_thread_pool.c51 static void *ngx_thread_pool_cycle(void *data);
157 err = pthread_create(&tid, &attr, ngx_thread_pool_cycle, tp); in ngx_thread_pool_init()
278 ngx_thread_pool_cycle(void *data) in ngx_thread_pool_cycle() function