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

/external/llvm/lib/Support/
H A DCrashRecoveryContext.cpp70 static ManagedStatic<sys::ThreadLocal<const CrashRecoveryContextCleanup> >
73 CrashRecoveryContextCleanup::~CrashRecoveryContextCleanup() {}
77 CrashRecoveryContextCleanup *i = head;
80 CrashRecoveryContextCleanup *tmp = i;
107 void CrashRecoveryContext::registerCleanup(CrashRecoveryContextCleanup *cleanup)
118 CrashRecoveryContext::unregisterCleanup(CrashRecoveryContextCleanup *cleanup) {

Completed in 70 milliseconds