Searched refs:CrashRecoveryContextCleanup (Results 1 – 2 of 2) sorted by relevance
16 class CrashRecoveryContextCleanup; variable49 CrashRecoveryContextCleanup *head;58 void registerCleanup(CrashRecoveryContextCleanup *cleanup);60 void unregisterCleanup(CrashRecoveryContextCleanup *cleanup);113 class CrashRecoveryContextCleanup {116 CrashRecoveryContextCleanup(CrashRecoveryContext *context) in CrashRecoveryContextCleanup() function122 virtual ~CrashRecoveryContextCleanup();131 CrashRecoveryContextCleanup *prev, *next;146 class CrashRecoveryContextCleanupBase : public CrashRecoveryContextCleanup {150 : CrashRecoveryContextCleanup(context), resource(resource) {} in CrashRecoveryContextCleanupBase()[all …]
84 CrashRecoveryContextCleanup::~CrashRecoveryContextCleanup() {} in ~CrashRecoveryContextCleanup()88 CrashRecoveryContextCleanup *i = head; in ~CrashRecoveryContext()92 CrashRecoveryContextCleanup *tmp = i; in ~CrashRecoveryContext()136 void CrashRecoveryContext::registerCleanup(CrashRecoveryContextCleanup *cleanup) in registerCleanup()147 CrashRecoveryContext::unregisterCleanup(CrashRecoveryContextCleanup *cleanup) { in unregisterCleanup()