Home
last modified time | relevance | path

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

/bionic/tests/
Dthreads_test.cpp506 ASSERT_STREQ("hello", reinterpret_cast<char*>(tss_get(key))); in TEST()
508 ASSERT_EQ(nullptr, tss_get(key)); in TEST()
510 ASSERT_STREQ("world", reinterpret_cast<char*>(tss_get(key))); in TEST()
512 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* _Nullable tss_get(tss_t __key) __INTRODUCED_IN(30);
/bionic/libc/include/bits/
Dthreads_inlines.h197 __BIONIC_THREADS_INLINE void* tss_get(tss_t __key) { in tss_get() function
/bionic/libc/
Dlibc.map.txt1517 tss_get;
/bionic/tools/versioner/platforms/
Dlibc.map.txt1517 tss_get;