Home
last modified time | relevance | path

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

/Linux-v6.6/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
81 args[i].th = new_thr(thrfn, &(args[i])); in main()
/Linux-v6.6/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
74 args[i].th = new_thr(thrfn, &(args[i])); in main()
/Linux-v6.6/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
69 args[i].th = new_thr(thrfn, &(args[i])); in main()