Home
last modified time | relevance | path

Searched refs:clock_test_thr (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/test/os-tests/tests/
H A Dclock_gettime.c147 clock_test_thr(void *arg) in clock_test_thr() function
318 thr_ret = clock_test_thr(NULL); in main()
323 if (thr_create(NULL, 0, clock_test_thr, NULL, 0, &thr) != 0) { in main()
/illumos-gate/usr/src/test/libc-tests/tests/clocklock/
H A Dclock_lock.c120 clock_test_thr(void *arg) in clock_test_thr() function
151 if ((pret = pthread_create(&thr, NULL, clock_test_thr, in clock_test_one()