thrd_busy
return (thrd_busy);
VERIFY3S(mtx_trylock(&mtx), ==, thrd_busy);
VERIFY3S(mtx_trylock(mtx), ==, thrd_busy);