Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/tests/shell/
Dtest_intel_pt.sh79 void *threadfunc(void *arg) {
87 pthread_create(&th, NULL, threadfunc, NULL);
/linux-6.12.1/lib/
Dtest_rhashtable.c617 static int threadfunc(void *data) in threadfunc() function
770 tdata[i].task = kthread_run(threadfunc, &tdata[i], in test_rht_init()