Home
last modified time | relevance | path

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

/netbsd-src/lib/libpthread/
H A Dmtx.c59 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()
H A Dcnd.c49 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()
H A Dthrd.c88 error = thrd_error; in thrd_create()
112 return thrd_error; in thrd_detach()
146 return thrd_error; in thrd_join()
H A Dtss.c49 return thrd_error; in tss_create()
76 return thrd_error; in tss_set()
H A Dthreads.h78 thrd_error = 2, enumerator
/netbsd-src/tests/lib/libpthread/
H A Dt_mtx.c64 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()