Searched refs:tss_get (Results 1 – 6 of 6) sorted by relevance
506 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()
81 FUNCTION(tss_get, void* (*f)(tss_t)); in threads_h()
217 void* _Nullable tss_get(tss_t __key) __INTRODUCED_IN(30);
197 __BIONIC_THREADS_INLINE void* tss_get(tss_t __key) { in tss_get() function
1517 tss_get;