Lines Matching full:recovery
1 //===--- CrashRecoveryContext.cpp - Crash Recovery ------------------------===//
51 /// \brief Called when the separate crash-recovery thread was finished, to
64 assert(!Failed && "Crash recovery context already failed!");
168 // Lookup the current thread local recovery object.
236 // crash recovery context, and install signal handlers to invoke HandleCrash on
240 // reliable fashion -- if we get a signal outside of a crash recovery context we
241 // simply disable crash recovery and raise the signal again.
251 // Lookup the current thread local recovery object.
255 // We didn't find a crash recovery context -- this means either we got a
257 // outside of a crash recovery context, or something else went horribly
260 // Disable crash recovery and raise the signal again. The assumption here is
262 // attempt crash recovery again.
317 // If crash recovery is disabled, do nothing.
319 assert(!Impl && "Crash recovery context already initialized!");
334 assert(CRCI && "Crash recovery context never initialized!");
340 assert(CRC && "Crash recovery context never initialized!");