Lines Matching refs:tss_set
56 ATF_TC(tss_set);
57 ATF_TC_HEAD(tss_set, tc)
59 atf_tc_set_md_var(tc, "descr", "Test C11 tss_set(3)");
62 ATF_TC_BODY(tss_set, tc)
72 ATF_REQUIRE_EQ(tss_set(s, v), thrd_success);
101 ATF_REQUIRE_EQ(tss_set(s, v), thrd_success);
122 tss_set(s_empty, arg);
130 tss_set(s_nonempty, arg);
142 ATF_REQUIRE_EQ(tss_set(s_nonempty, v), thrd_success);
169 ATF_TP_ADD_TC(tp, tss_set);