Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/tests/workloads/
H A Dthloop.c24 static void *thfunc(void *arg) in thfunc() function
44 pthread_create(&th, NULL, thfunc, test_loop); in thloop()