Lines Matching refs:perf
26 rt_perf_t *perf = (rt_perf_t *)parameter; in perf_thread_mbox1() local
30 rt_perf_stop(perf); in perf_thread_mbox1()
38 if (perf->count >= UTEST_SYS_PERF_TC_COUNT) in perf_thread_mbox1()
50 rt_perf_t *perf = (rt_perf_t *)parameter; in perf_thread_mbox2() local
54 if (perf->count >= UTEST_SYS_PERF_TC_COUNT) in perf_thread_mbox2()
60 rt_perf_start(perf); in perf_thread_mbox2()
65 rt_err_t rt_perf_thread_mbox(rt_perf_t *perf) in rt_perf_thread_mbox() argument
71 rt_strcpy(perf->name,__func__); in rt_perf_thread_mbox()
73 rt_strcpy(perf->name,"rt_perf_thread_mbox"); in rt_perf_thread_mbox()
86 thread1 = rt_thread_create("perf_thread_mbox1", perf_thread_mbox1, perf, in rt_perf_thread_mbox()
94 thread2 = rt_thread_create("perf_thread_mbox2", perf_thread_mbox2, perf, in rt_perf_thread_mbox()
106 rt_perf_dump(perf); in rt_perf_thread_mbox()