Searched refs:tss_create (Results 1 – 6 of 6) sorted by relevance
/aosp12/bionic/tests/ |
H A D | threads_test.cpp | 458 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 D | threads_h.c | 79 FUNCTION(tss_create, int (*f)(tss_t*, tss_dtor_t)); in threads_h()
|
/aosp12/bionic/libc/include/ |
H A D | threads.h | 206 int tss_create(tss_t* __key, tss_dtor_t __dtor) __INTRODUCED_IN(30);
|
/aosp12/bionic/libc/include/bits/ |
H A D | threads_inlines.h | 191 __BIONIC_THREADS_INLINE int tss_create(tss_t* __key, tss_dtor_t __dtor) { in tss_create() function
|
/aosp12/bionic/libc/ |
H A D | libc.map.txt | 1517 tss_create;
|
/aosp12/bionic/tools/versioner/platforms/ |
H A D | libc.map.txt | 1517 tss_create;
|