Searched refs:thrd_timedout (Results 1 – 4 of 4) sorted by relevance
52 thrd_timedout | thrd_success | thrd_busy | thrd_error | thrd_nomem; in threads_h()
72 thrd_timedout = 4, enumerator
45 case ETIMEDOUT: return thrd_timedout; in __bionic_thrd_error()
188 ASSERT_EQ(thrd_timedout, cnd_timedwait(&c, &m, &ts)); in TEST()289 ASSERT_EQ(thrd_timedout, mtx_timedlock(&m, &ts)); in TEST()