Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/tests/shell/
H A Dtest_intel_pt.sh78 void *threadfunc(void *arg) {
86 pthread_create(&th, NULL, threadfunc, NULL);
/openbmc/linux/lib/
H A Dtest_rhashtable.c616 static int threadfunc(void *data) in threadfunc() function
769 tdata[i].task = kthread_run(threadfunc, &tdata[i], in test_rht_init()