Searched refs:dispatcher_threads (Results 1 – 1 of 1) sorted by relevance
1360 pthread_t *dispatcher_threads; in server_main() local1370 dispatcher_threads = calloc(sizeof(pthread_t), env.workers); in server_main()1379 rc = pthread_create(&dispatcher_threads[i], NULL, dispatch_thread, &data[i]); in server_main()1389 int ret = pthread_tryjoin_np(dispatcher_threads[i], NULL); in server_main()1405 free(dispatcher_threads); in server_main()