Home
last modified time | relevance | path

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

/bionic/tests/
Dthreads_test.cpp476 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/
Dthreads_h.c82 FUNCTION(tss_set, int (*f)(tss_t, void*)); in threads_h()
/bionic/libc/include/
Dthreads.h223 int tss_set(tss_t __key, void* _Nonnull __value) __INTRODUCED_IN(30);
/bionic/libc/include/bits/
Dthreads_inlines.h202 __BIONIC_THREADS_INLINE int tss_set(tss_t __key, void* _Nonnull __value) { in tss_set() function
/bionic/tools/versioner/platforms/
Dlibc.map.txt1518 tss_set;
/bionic/libc/
Dlibc.map.txt1518 tss_set;