Home
last modified time | relevance | path

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

/bionic/tests/
Dthreads_test.cpp475 ASSERT_EQ(thrd_success, tss_set(key, strdup("hello"))); in TEST()
477 ASSERT_EQ(thrd_success, tss_set(key, strdup("world"))); in TEST()
485 ASSERT_EQ(thrd_success, tss_set(key, strdup("hello"))); in TEST()
504 ASSERT_EQ(thrd_success, tss_set(key, const_cast<char*>("hello"))); in TEST()
508 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* __value) __INTRODUCED_IN(30);
/bionic/libc/include/bits/
Dthreads_inlines.h203 __BIONIC_THREADS_INLINE int tss_set(tss_t __key, void* __value) { in tss_set() function
/bionic/tools/versioner/platforms/
Dlibc.map.txt1520 tss_set;
/bionic/libc/
Dlibc.map.txt1520 tss_set;