Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/tests/shell/coresight/thread_loop/
H A 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()
/openbmc/linux/tools/perf/tests/shell/coresight/memcpy_thread/
H A 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()
/openbmc/linux/tools/perf/tests/shell/coresight/unroll_loop_thread/
H A 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()