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