Searched refs:thread_local_dtor (Results 1 – 3 of 3) sorted by relevance
22 class thread_local_dtor { class27 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()
63 class thread_local_dtor; variable150 thread_local_dtor* thread_local_dtors;
1355 srcs: ["thread_local_dtor.cpp"],