Home
last modified time | relevance | path

Searched defs:tss_create (Results 1 – 2 of 2) sorted by relevance

/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/tests/
Dthreads_test.cpp458 TEST(threads, tss_create) { in TEST() argument