ngx_thread_pool_cycle   51 src/core/ngx_thread_pool.c static void *ngx_thread_pool_cycle(void *data);
ngx_thread_pool_cycle  150 src/core/ngx_thread_pool.c         err = pthread_create(&tid, &attr, ngx_thread_pool_cycle, tp);