Searched refs:thrd_error (Results 1 – 4 of 4) sorted by relevance
47 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()
52 thrd_timedout | thrd_success | thrd_busy | thrd_error | thrd_nomem; in threads_h()
70 thrd_error = 2, enumerator
232 ASSERT_EQ(thrd_error, mtx_init(&m, 123)); in TEST()233 ASSERT_EQ(thrd_error, mtx_init(&m, mtx_recursive)); in TEST()