Lines Matching refs:CrashRecoveryContextImpl
21 struct CrashRecoveryContextImpl;
23 static sys::ThreadLocal<const CrashRecoveryContextImpl> CurrentContext;
25 struct CrashRecoveryContextImpl { struct
32 CrashRecoveryContextImpl(CrashRecoveryContext *CRC) : CRC(CRC), in CrashRecoveryContextImpl() argument
36 ~CrashRecoveryContextImpl() { in ~CrashRecoveryContextImpl() argument
78 CrashRecoveryContextImpl *CRCI = (CrashRecoveryContextImpl *) Impl; in ~CrashRecoveryContext()
90 const CrashRecoveryContextImpl *CRCI = CurrentContext.get(); in GetCurrent()
167 const CrashRecoveryContextImpl *CRCI = CurrentContext.get(); in CrashRecoverySignalHandler()
194 const_cast<CrashRecoveryContextImpl*>(CRCI)->HandleCrash(); in CrashRecoverySignalHandler()
235 CrashRecoveryContextImpl *CRCI = new CrashRecoveryContextImpl(this); in RunSafely()
248 CrashRecoveryContextImpl *CRCI = (CrashRecoveryContextImpl *) Impl; in HandleCrash()
254 CrashRecoveryContextImpl *CRC = (CrashRecoveryContextImpl *) Impl; in getBacktrace()