Searched refs:thrd_error (Results 1 – 6 of 6) sorted by relevance
59 return thrd_error; in mtx_init_default()72 return thrd_error; in mtx_init_recursive()77 return thrd_error; in mtx_init_recursive()85 return thrd_error; in mtx_init_recursive()102 return thrd_error; in mtx_init()115 return thrd_error; in mtx_lock()131 return thrd_error; in mtx_timedlock()147 return thrd_error; in mtx_trylock()160 return thrd_error; in mtx_unlock()
49 return thrd_error; in cnd_broadcast()73 return thrd_error; in cnd_init()85 return thrd_error; in cnd_signal()103 return thrd_error; in cnd_timedwait()117 return thrd_error; in cnd_wait()
88 error = thrd_error; in thrd_create()112 return thrd_error; in thrd_detach()146 return thrd_error; in thrd_join()
49 return thrd_error; in tss_create()76 return thrd_error; in tss_set()
78 thrd_error = 2, enumerator
64 ATF_REQUIRE_EQ(mtx_init(&m, mtx_recursive), thrd_error); in ATF_TC_BODY()66 ATF_REQUIRE_EQ(mtx_init(&m, mtx_plain | mtx_timed), thrd_error); in ATF_TC_BODY()68 ATF_REQUIRE_EQ(mtx_init(&m, -1), thrd_error); in ATF_TC_BODY()