Searched defs:thrd_timedout (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/head/ |
H A D | threads.h | 66 thrd_timedout = 3, enumerator in enum:__anon167
|
/illumos-gate/usr/src/test/libc-tests/tests/ |
H A D | c11_threads.c | 313 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