Searched refs:ngx_thread_pool_cycle (Results 1 – 1 of 1) sorted by relevance
51 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