Searched refs:CrashRecoveryContextImpl (Results 1 – 1 of 1) sorted by relevance
22 struct CrashRecoveryContextImpl;24 static sys::ThreadLocal<const CrashRecoveryContextImpl> CurrentContext;26 struct CrashRecoveryContextImpl { struct33 CrashRecoveryContextImpl(CrashRecoveryContext *CRC) : CRC(CRC), in CrashRecoveryContextImpl() argument37 ~CrashRecoveryContextImpl() { in ~CrashRecoveryContextImpl() argument79 CrashRecoveryContextImpl *CRCI = (CrashRecoveryContextImpl *) Impl; in ~CrashRecoveryContext()91 const CrashRecoveryContextImpl *CRCI = CurrentContext.get(); in GetCurrent()150 const CrashRecoveryContextImpl *CRCI = CurrentContext.get(); in ExceptionHandler()163 const_cast<CrashRecoveryContextImpl*>(CRCI)->HandleCrash(); in ExceptionHandler()232 const CrashRecoveryContextImpl *CRCI = CurrentContext.get(); in CrashRecoverySignalHandler()[all …]