Searched defs:CrashRecoveryContextImpl (Results 1 – 3 of 3) sorted by relevance
26 struct CrashRecoveryContextImpl { struct31 const CrashRecoveryContextImpl *Next;33 CrashRecoveryContext *CRC;35 volatile unsigned Failed : 1;36 unsigned SwitchedThread : 1;39 CrashRecoveryContextImpl(CrashRecoveryContext *CRC) : CRC(CRC), in CrashRecoveryContextImpl() function45 ~CrashRecoveryContextImpl() { in ~CrashRecoveryContextImpl()52 void setSwitchedThread() { in setSwitchedThread()58 void HandleCrash() { in HandleCrash()
26 struct CrashRecoveryContextImpl { struct31 const CrashRecoveryContextImpl *Next;33 CrashRecoveryContext *CRC;35 volatile unsigned Failed : 1;36 unsigned SwitchedThread : 1;39 CrashRecoveryContextImpl(CrashRecoveryContext *CRC) : CRC(CRC), in CrashRecoveryContextImpl() argument45 ~CrashRecoveryContextImpl() { in ~CrashRecoveryContextImpl()52 void setSwitchedThread() { in setSwitchedThread()58 void HandleCrash() { in HandleCrash()
26 struct CrashRecoveryContextImpl { struct27 CrashRecoveryContext *CRC;28 std::string Backtrace;30 volatile unsigned Failed : 1;33 CrashRecoveryContextImpl(CrashRecoveryContext *CRC) : CRC(CRC), in CrashRecoveryContextImpl() function37 ~CrashRecoveryContextImpl() { in ~CrashRecoveryContextImpl()41 void HandleCrash() { in HandleCrash()