HomeSort by: relevance | last modified time | path
    Searched refs:tss_set (Results 1 - 4 of 4) sorted by relevancy

  /src/tests/lib/libpthread/
t_tss.c 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);
    [all...]
  /src/lib/libpthread/
tss.c 70 tss_set(tss_t key, void *val) function in typeref:typename:int
threads.h 118 int tss_set(tss_t, void *);
Makefile 293 MLINKS+= tss.3 tss_set.3

Completed in 12 milliseconds