Home
last modified time | relevance | path

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

/bionic/tests/headers/posix/
Dthreads_h.c52 thrd_timedout | thrd_success | thrd_busy | thrd_error | thrd_nomem; in threads_h()
/bionic/libc/include/
Dthreads.h69 thrd_busy = 1, enumerator
/bionic/libc/include/bits/
Dthreads_inlines.h46 case EBUSY: return thrd_busy; in __bionic_thrd_error()
/bionic/tests/
Dthreads_test.cpp254 ASSERT_EQ(thrd_busy, mtx_trylock(&m)); in TEST()
306 ASSERT_EQ(thrd_busy, mtx_trylock(&m)); in TEST()