Home
last modified time | relevance | path

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

/linux/tools/perf/tests/workloads/
H A Dthloop.c24 static void *thfunc(void *arg) in thfunc() function
62 int ret = pthread_create(&thread_list[i], NULL, thfunc, test_loop); in thloop()