Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/
A Dtest_progs.c1671 pthread_t *dispatcher_threads; in server_main() local
1681 dispatcher_threads = calloc(sizeof(pthread_t), env.workers); in server_main()
1690 rc = pthread_create(&dispatcher_threads[i], NULL, dispatch_thread, &data[i]); in server_main()
1700 int ret = pthread_tryjoin_np(dispatcher_threads[i], NULL); in server_main()
1716 free(dispatcher_threads); in server_main()

Completed in 6 milliseconds