Searched defs:CrashRecoveryContextImpl (Results 1 – 1 of 1) sorted by relevance
27 struct CrashRecoveryContextImpl { struct28 CrashRecoveryContext *CRC;29 std::string Backtrace;31 volatile unsigned Failed : 1;32 unsigned SwitchedThread : 1;35 CrashRecoveryContextImpl(CrashRecoveryContext *CRC) : CRC(CRC), in CrashRecoveryContextImpl() argument40 ~CrashRecoveryContextImpl() { in ~CrashRecoveryContextImpl()47 void setSwitchedThread() { SwitchedThread = true; } in setSwitchedThread()49 void HandleCrash() { in HandleCrash()