Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libcxxabi/src/
H A Dcxa_thread_atexit.cpp63 struct DtorList { struct
66 DtorList* next; argument
70 __thread DtorList* dtors = nullptr;
129 auto head = static_cast<DtorList*>(::malloc(sizeof(DtorList))); in __cxa_thread_atexit()