Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dthreads_inlines.h47 default: return thrd_error; in __bionic_thrd_error()
94 if (__type != mtx_plain && __type != mtx_timed) return thrd_error; in mtx_init()
169 if (pthread_join(__thrd, &__pthread_result) != 0) return thrd_error; in thrd_join()
/bionic/tests/headers/posix/
Dthreads_h.c52 thrd_timedout | thrd_success | thrd_busy | thrd_error | thrd_nomem; in threads_h()
/bionic/libc/include/
Dthreads.h70 thrd_error = 2, enumerator
/bionic/tests/
Dthreads_test.cpp232 ASSERT_EQ(thrd_error, mtx_init(&m, 123)); in TEST()
233 ASSERT_EQ(thrd_error, mtx_init(&m, mtx_recursive)); in TEST()