Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/sched_ext/
H A Dcyclic_kick_wait.c43 static void *worker_fn(void *arg) in worker_fn() function
144 ret = pthread_create(&workers[i].tid, NULL, worker_fn, &workers[i]); in run()