Searched refs:clock_test_thr (Results 1 – 2 of 2) sorted by relevance
147 clock_test_thr(void *arg) in clock_test_thr() function318 thr_ret = clock_test_thr(NULL); in main()323 if (thr_create(NULL, 0, clock_test_thr, NULL, 0, &thr) != 0) { in main()
120 clock_test_thr(void *arg) in clock_test_thr() function151 if ((pret = pthread_create(&thr, NULL, clock_test_thr, in clock_test_one()