Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/sched_ext/
H A Dpeek_dsq.c27 static void *workload_thread_fn(void *arg) in workload_thread_fn() function
98 err = pthread_create(&workload_threads[i], NULL, workload_thread_fn, NULL); in run()