Searched defs:CrashRecoveryContextImpl (Results 1 – 1 of 1) sorted by relevance
26 struct CrashRecoveryContextImpl { struct27 CrashRecoveryContext *CRC;28 std::string Backtrace;30 volatile unsigned Failed : 1;31 unsigned SwitchedThread : 1;34 CrashRecoveryContextImpl(CrashRecoveryContext *CRC) : CRC(CRC), in CrashRecoveryContextImpl() argument39 ~CrashRecoveryContextImpl() { in ~CrashRecoveryContextImpl()46 void setSwitchedThread() { SwitchedThread = true; } in setSwitchedThread()48 void HandleCrash() { in HandleCrash()