Searched refs:DtorList (Results 1 – 1 of 1) sorted by relevance
58 struct DtorList { struct61 DtorList* next; argument65 __thread DtorList* dtors = nullptr;124 auto head = static_cast<DtorList*>(std::malloc(sizeof(DtorList))); in __cxa_thread_atexit()