Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/bpf/
Dtest_progs.c1360 pthread_t *dispatcher_threads; in server_main() local
1370 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()