Searched refs:tss_set (Results 1 – 6 of 6) sorted by relevance
/bionic/tests/ |
D | threads_test.cpp | 476 ASSERT_EQ(thrd_success, tss_set(key, strdup("hello"))); in TEST() 478 ASSERT_EQ(thrd_success, tss_set(key, strdup("world"))); in TEST() 486 ASSERT_EQ(thrd_success, tss_set(key, strdup("hello"))); in TEST() 505 ASSERT_EQ(thrd_success, tss_set(key, const_cast<char*>("hello"))); in TEST() 509 ASSERT_EQ(thrd_success, tss_set(key, const_cast<char*>("world"))); in TEST()
|
/bionic/tests/headers/posix/ |
D | threads_h.c | 82 FUNCTION(tss_set, int (*f)(tss_t, void*)); in threads_h()
|
/bionic/libc/include/ |
D | threads.h | 223 int tss_set(tss_t __key, void* _Nonnull __value) __INTRODUCED_IN(30);
|
/bionic/libc/include/bits/ |
D | threads_inlines.h | 202 __BIONIC_THREADS_INLINE int tss_set(tss_t __key, void* _Nonnull __value) { in tss_set() function
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1518 tss_set;
|
/bionic/libc/ |
D | libc.map.txt | 1518 tss_set;
|