Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/sched_ext/
H A Dpeek_dsq.c21 static pthread_t workload_threads[NUM_WORKERS]; variable
98 err = pthread_create(&workload_threads[i], NULL, workload_thread_fn, NULL); in run()
104 pthread_join(workload_threads[j], NULL); in run()
122 pthread_join(workload_threads[i], NULL); in run()
130 err = pthread_join(workload_threads[i], NULL); in run()
210 pthread_join(workload_threads[i], NULL); in cleanup()