Home | History | Annotate | Download | only in libpthread

Lines Matching refs:thrd_success

52 	ATF_REQUIRE_EQ(tss_create(&s, NULL), thrd_success);
70 ATF_REQUIRE_EQ(tss_create(&s, NULL), thrd_success);
72 ATF_REQUIRE_EQ(tss_set(s, v), thrd_success);
100 ATF_REQUIRE_EQ(tss_create(&s, c_destructor_main), thrd_success);
101 ATF_REQUIRE_EQ(tss_set(s, v), thrd_success);
142 ATF_REQUIRE_EQ(tss_set(s_nonempty, v), thrd_success);
152 thrd_success);
154 thrd_success);
156 ATF_REQUIRE_EQ(thrd_create(&t, t_func, NULL), thrd_success);
157 ATF_REQUIRE_EQ(thrd_join(t, NULL), thrd_success);