Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/libc-tests/tests/clocklock/
H A Dclock_lock.c142 clock_test_thr_t thr_test; in clock_test_one() local
147 thr_test.cthr_test = test; in clock_test_one()
148 thr_test.cthr_prim = prim; in clock_test_one()
149 thr_test.cthr_ret = false; in clock_test_one()
152 &thr_test)) != 0) { in clock_test_one()
161 ret = thr_test.cthr_ret; in clock_test_one()