Searched refs:CrashRecoveryContextImpl (Results 1 – 1 of 1) sorted by relevance
23 struct CrashRecoveryContextImpl;26 sys::ThreadLocal<const CrashRecoveryContextImpl> > CurrentContext;28 struct CrashRecoveryContextImpl { struct33 const CrashRecoveryContextImpl *Next; argument42 CrashRecoveryContextImpl(CrashRecoveryContext *CRC) noexcept in CrashRecoveryContextImpl() function47 ~CrashRecoveryContextImpl() { in ~CrashRecoveryContextImpl() argument119 CrashRecoveryContextImpl *CRCI = (CrashRecoveryContextImpl *) Impl; in ~CrashRecoveryContext()131 const CrashRecoveryContextImpl *CRCI = CurrentContext->get(); in GetCurrent()201 const CrashRecoveryContextImpl *CRCI = CurrentContext->get(); in ExceptionFilter()215 const_cast<CrashRecoveryContextImpl *>(CRCI)->HandleCrash( in ExceptionFilter()[all …]