Home
last modified time | relevance | path

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

/bionic/libc/bionic/
D__cxa_thread_atexit_impl.cpp20 class thread_local_dtor { class
25 thread_local_dtor* next;
29 thread_local_dtor* dtor = new thread_local_dtor(); in __cxa_thread_atexit_impl()
44 thread_local_dtor* current = thread->thread_local_dtors; in __cxa_thread_finalize()
Dpthread_internal.h56 class thread_local_dtor; variable
101 thread_local_dtor* thread_local_dtors;