Home
last modified time | relevance | path

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

/bionic/tests/
Dthreads_test.cpp457 TEST(threads, tss_create) { in TEST() argument
462 ASSERT_EQ(thrd_success, tss_create(&key, nullptr)); in TEST()
473 ASSERT_EQ(thrd_success, tss_create(&key, dtor)); in TEST()
502 ASSERT_EQ(thrd_success, tss_create(&key, nullptr)); in TEST()
/bionic/tests/headers/posix/
Dthreads_h.c79 FUNCTION(tss_create, int (*f)(tss_t*, tss_dtor_t)); in threads_h()
/bionic/libc/include/
Dthreads.h206 int tss_create(tss_t* __key, tss_dtor_t __dtor) __INTRODUCED_IN(30);
/bionic/libc/include/bits/
Dthreads_inlines.h191 __BIONIC_THREADS_INLINE int tss_create(tss_t* __key, tss_dtor_t __dtor) { in tss_create() function
/bionic/tools/versioner/platforms/
Dlibc.map.txt1517 tss_create;
/bionic/libc/
Dlibc.map.txt1517 tss_create;