Searched defs:thread_local_dtor (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/bionic/
H A 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();
44 thread_local_dtor* current = thread->thread_local_dtors;

Completed in 2432 milliseconds