Home
last modified time | relevance | path

Searched refs:tss_dtor_t (Results 1 – 4 of 4) sorted by relevance

/bionic/tests/headers/posix/
Dthreads_h.c46 TYPE(tss_dtor_t); in threads_h()
79 FUNCTION(tss_create, int (*f)(tss_t*, tss_dtor_t)); in threads_h()
/bionic/libc/include/
Dthreads.h54 typedef void (*tss_dtor_t)(void* _Nullable); typedef
206 int tss_create(tss_t* _Nonnull __key, tss_dtor_t _Nullable __dtor) __INTRODUCED_IN(30);
/bionic/libc/include/bits/
Dthreads_inlines.h190 __BIONIC_THREADS_INLINE int tss_create(tss_t* _Nonnull __key, tss_dtor_t _Nullable __dtor) { in tss_create()
/bionic/tests/
Dthreads_test.cpp472 tss_dtor_t dtor = tss_dtor; in TEST()