Searched defs:thrd_timedout (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/head/
H A Dthreads.h66 thrd_timedout = 3, enumerator in enum:__anon167
/illumos-gate/usr/src/test/libc-tests/tests/
H A Dc11_threads.c313 VERIFY3S(cnd_timedwait(&cnd, &mtx, &ts), ==, thrd_timedout); local
330 VERIFY3S(mtx_timedlock(&mtx, &ts), ==, thrd_timedout); local
345 VERIFY3S(mtx_timedlock(mtx, &ts), ==, thrd_timedout); local

Completed in 58 milliseconds