Searched refs:DtorList (Results 1 – 1 of 1) sorted by relevance
63 struct DtorList { struct66 DtorList* next; argument70 __thread DtorList* dtors = nullptr;129 auto head = static_cast<DtorList*>(::malloc(sizeof(DtorList))); in __cxa_thread_atexit()