Lines Matching refs:thr
195 thread_t thr; in clock_test_thread_clock() local
201 if (thr_create(NULL, 0, clock_test_cputime_thr, &arg, 0, &thr) != 0) { in clock_test_thread_clock()
206 if (thr_join(thr, NULL, NULL) != 0) { in clock_test_thread_clock()
220 thr, hrt, arg.cgta_usr); in clock_test_thread_clock()
233 "thread: %lld, main thread: %lld", thr, hrt, arg.cgta_usr); in clock_test_thread_clock()
284 struct timespec thr, proc; in clock_test_thread_proc() local
292 if (clock_gettime(CLOCK_THREAD_CPUTIME_ID, &thr) != 0) { in clock_test_thread_proc()
297 hrtthr = clock_ts2hrt(&thr); in clock_test_thread_proc()
315 thread_t thr; in main() local
323 if (thr_create(NULL, 0, clock_test_thr, NULL, 0, &thr) != 0) { in main()
328 if (thr_join(thr, NULL, &thr_ret) != 0) { in main()