Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/tests/shell/coresight/thread_loop/
Dthread_loop.c47 static pthread_t new_thr(void *(*fn) (void *arg), void *arg) in new_thr() function
80 args[i].th = new_thr(thrfn, &(args[i])); in main()
/linux-6.12.1/tools/perf/tests/shell/coresight/memcpy_thread/
Dmemcpy_thread.c32 static pthread_t new_thr(void *(*fn) (void *arg), void *arg) in new_thr() function
73 args[i].th = new_thr(thrfn, &(args[i])); in main()
/linux-6.12.1/tools/perf/tests/shell/coresight/unroll_loop_thread/
Dunroll_loop_thread.c41 static pthread_t new_thr(void *(*fn) (void *arg), void *arg) in new_thr() function
68 args[i].th = new_thr(thrfn, &(args[i])); in main()