Home
last modified time | relevance | path

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

/illumos-gate/usr/src/head/
H A Dthreads.h65 thrd_busy = 2, enumerator
/illumos-gate/usr/src/test/libc-tests/tests/
H A Dc11_threads.c100 VERIFY3S(mtx_trylock(&mtx), ==, thrd_busy); in cthr_test_mtx_trylock()
343 VERIFY3S(mtx_trylock(mtx), ==, thrd_busy); in cthr_test_mtx_busy_thr()
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dc11_thr.c180 return (thrd_busy); in mtx_trylock()
/illumos-gate/usr/src/test/libc-tests/cfg/symbols/
H A Dthreads_h.cfg39 value | thrd_busy | int | threads.h | -ALL +C11+