Home
last modified time | relevance | path

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

/netbsd/src/tests/lib/libpthread/
Dt_mtx.c174 ATF_REQUIRE_EQ(mtx_trylock(&m), thrd_busy); in ATF_TC_BODY()
192 ATF_REQUIRE_EQ(mtx_trylock(&m), thrd_busy); in ATF_TC_BODY()
Dt_cancellation.c63 case thrd_busy: return "thrd_busy"; in c11thrd_err()
/netbsd/src/lib/libpthread/
Dthreads.h77 thrd_busy = 1, enumerator
Dmtx.c145 return thrd_busy; in mtx_trylock()