Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/threads/
H A Dc11_thr.c99 return (thrd_timedout); in cnd_timedwait()
165 return (thrd_timedout); in mtx_timedlock()
/illumos-gate/usr/src/test/libc-tests/tests/
H A Dc11_threads.c312 VERIFY3S(cnd_timedwait(&cnd, &mtx, &ts), ==, thrd_timedout); in cthr_test_cndtime()
329 VERIFY3S(mtx_timedlock(&mtx, &ts), ==, thrd_timedout); in cthr_test_mtx_selftime()
344 VERIFY3S(mtx_timedlock(mtx, &ts), ==, thrd_timedout); in cthr_test_mtx_busy_thr()
/illumos-gate/usr/src/head/
H A Dthreads.h66 thrd_timedout = 3, enumerator
/illumos-gate/usr/src/test/libc-tests/cfg/symbols/
H A Dthreads_h.cfg40 value | thrd_timedout | int | threads.h | -ALL +C11+