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

/linux-master/tools/testing/selftests/bpf/
H A Dtest_progs.c1401 pthread_t *dispatcher_threads; local
1411 dispatcher_threads = calloc(sizeof(pthread_t), env.workers);
1420 rc = pthread_create(&dispatcher_threads[i], NULL, dispatch_thread, &data[i]);
1430 int ret = pthread_tryjoin_np(dispatcher_threads[i], NULL);
1446 free(dispatcher_threads);

Completed in 119 milliseconds