Home
last modified time | relevance | path

Searched refs:tss_set (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/tests/lib/libpthread/
H A Dt_tss.c56 ATF_TC(tss_set);
57 ATF_TC_HEAD(tss_set, tc) in ATF_TC_HEAD() argument
62 ATF_TC_BODY(tss_set, tc) in ATF_TC_BODY() argument
72 ATF_REQUIRE_EQ(tss_set(s, v), thrd_success); in ATF_TC_BODY()
101 ATF_REQUIRE_EQ(tss_set(s, v), thrd_success); in ATF_TC_BODY()
122 tss_set(s_empty, arg); in c_destructor_thread_empty()
130 tss_set(s_nonempty, arg); in c_destructor_thread_nonempty()
142 ATF_REQUIRE_EQ(tss_set(s_nonempty, v), thrd_success); in t_func()
169 ATF_TP_ADD_TC(tp, tss_set); in ATF_TP_ADD_TCS()
/netbsd-src/lib/libpthread/
H A Dtss.c70 tss_set(tss_t key, void *val) in tss_set() function
H A Dthreads.h118 int tss_set(tss_t, void *);
H A DMakefile291 MLINKS+= tss.3 tss_set.3
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcfns.gperf531 #tss_set, 11 -- C11 threads
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcfns.gperf531 #tss_set, 11 -- C11 threads
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A D__threading_support722 return tss_set(__key, __p) == thrd_success ? 0 : EINVAL;