Home
last modified time | relevance | path

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

/netbsd-src/tests/lib/libpthread/
H A Dt_tss.c71 ATF_REQUIRE_EQ(tss_get(s), NULL); in ATF_TC_BODY()
73 ATF_REQUIRE_EQ(tss_get(s), v); in ATF_TC_BODY()
/netbsd-src/lib/libpthread/
H A Dtss.c63 tss_get(tss_t key) in tss_get() function
H A Dthreads.h117 void *tss_get(tss_t);
H A DMakefile290 MLINKS+= tss.3 tss_get.3
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcfns.gperf530 #tss_get, 11 -- C11 threads
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcfns.gperf530 #tss_get, 11 -- C11 threads
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A D__threading_support717 return tss_get(__key);