Searched refs:CrashRecoveryContextImpl (Results 1 – 1 of 1) sorted by relevance
21 struct CrashRecoveryContextImpl;24 sys::ThreadLocal<const CrashRecoveryContextImpl> > CurrentContext;26 struct CrashRecoveryContextImpl { struct31 const CrashRecoveryContextImpl *Next; argument40 CrashRecoveryContextImpl(CrashRecoveryContext *CRC) : CRC(CRC), in CrashRecoveryContextImpl() argument46 ~CrashRecoveryContextImpl() { in ~CrashRecoveryContextImpl() argument98 CrashRecoveryContextImpl *CRCI = (CrashRecoveryContextImpl *) Impl; in ~CrashRecoveryContext()110 const CrashRecoveryContextImpl *CRCI = CurrentContext->get(); in GetCurrent()169 const CrashRecoveryContextImpl *CRCI = CurrentContext->get(); in ExceptionHandler()182 const_cast<CrashRecoveryContextImpl*>(CRCI)->HandleCrash(); in ExceptionHandler()[all …]