Home
last modified time | relevance | path

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

/bionic/tests/
Dthreads_test.cpp505 ASSERT_STREQ("hello", reinterpret_cast<char*>(tss_get(key))); in TEST()
507 ASSERT_EQ(nullptr, tss_get(key)); in TEST()
509 ASSERT_STREQ("world", reinterpret_cast<char*>(tss_get(key))); in TEST()
511 ASSERT_STREQ("hello", reinterpret_cast<char*>(tss_get(key))); in TEST()
/bionic/tests/headers/posix/
Dthreads_h.c81 FUNCTION(tss_get, void* (*f)(tss_t)); in threads_h()
/bionic/libc/include/
Dthreads.h217 void* tss_get(tss_t __key) __INTRODUCED_IN(30);
/bionic/libc/include/bits/
Dthreads_inlines.h199 __BIONIC_THREADS_INLINE void* tss_get(tss_t __key) { in tss_get() function
/bionic/tools/versioner/platforms/
Dlibc.map.txt1519 tss_get;
/bionic/libc/
Dlibc.map.txt1519 tss_get;