Lines Matching full:recovery
1 //===--- CrashRecoveryContext.h - Crash Recovery ----------------*- C++ -*-===//
17 /// Crash recovery helper object.
43 /// To assist recovery the class allows specifying set of actions that will be
54 /// Register cleanup handler, which is used when the recovery context is
56 /// The recovery context owns the handler.
61 /// Enable crash recovery.
64 /// Disable crash recovery.
100 /// Explicitly trigger a crash recovery in the current process, and
123 /// resource recovery.
126 /// a crash recovery context.
148 /// Base class of cleanup handler that controls recovery of resources of the
158 /// knowledge of the current recovery context, which is provided by this class.
169 /// \return New handler or null if the method was called outside a recovery
225 /// Clients create objects of this type in the code executed in a crash recovery
249 /// and the resource is reclaimed by cleanup object registered in the recovery