Searched refs:thrd_timedout (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/threads/ |
H A D | c11_thr.c | 99 return (thrd_timedout); in cnd_timedwait() 165 return (thrd_timedout); in mtx_timedlock()
|
/illumos-gate/usr/src/test/libc-tests/tests/ |
H A D | c11_threads.c | 312 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 D | threads.h | 66 thrd_timedout = 3, enumerator
|
/illumos-gate/usr/src/test/libc-tests/cfg/symbols/ |
H A D | threads_h.cfg | 40 value | thrd_timedout | int | threads.h | -ALL +C11+
|