Home
last modified time | relevance | path

Searched refs:thread_local_dtor (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/bionic/
D__cxa_thread_atexit_impl.cpp22 class thread_local_dtor { class
27 thread_local_dtor* next;
36 thread_local_dtor* dtor = new thread_local_dtor(); in __cxa_thread_atexit_impl()
54 thread_local_dtor* current = thread->thread_local_dtors; in __cxa_thread_finalize()
Dpthread_internal.h63 class thread_local_dtor; variable
150 thread_local_dtor* thread_local_dtors;
/bionic/tests/libs/
DAndroid.bp1355 srcs: ["thread_local_dtor.cpp"],