Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
H A Dtest_progs.c1751 pthread_t *dispatcher_threads; in server_main() local
1761 dispatcher_threads = calloc(sizeof(pthread_t), env.workers); in server_main()
1770 rc = pthread_create(&dispatcher_threads[i], NULL, dispatch_thread, &data[i]); in server_main()
1780 int ret = pthread_tryjoin_np(dispatcher_threads[i], NULL); in server_main()
1796 free(dispatcher_threads); in server_main()