Home
last modified time | relevance | path

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

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