Searched defs:CrashRecoveryContextImpl (Results 1 – 1 of 1) sorted by relevance
26 struct CrashRecoveryContextImpl { struct31 const CrashRecoveryContextImpl *Next;33 CrashRecoveryContext *CRC;34 std::string Backtrace;36 volatile unsigned Failed : 1;37 unsigned SwitchedThread : 1;40 CrashRecoveryContextImpl(CrashRecoveryContext *CRC) : CRC(CRC), in CrashRecoveryContextImpl() argument46 ~CrashRecoveryContextImpl() { in ~CrashRecoveryContextImpl()53 void setSwitchedThread() { in setSwitchedThread()59 void HandleCrash() { in HandleCrash()