Searched defs:CrashRecoveryContextImpl (Results 1 – 1 of 1) sorted by relevance
26 struct CrashRecoveryContextImpl { struct31 const CrashRecoveryContextImpl *Next;33 CrashRecoveryContext *CRC;35 volatile unsigned Failed : 1;36 unsigned SwitchedThread : 1;37 unsigned ValidJumpBuffer : 1;40 CrashRecoveryContextImpl(CrashRecoveryContext *CRC) noexcept in CrashRecoveryContextImpl() function45 ~CrashRecoveryContextImpl() { in ~CrashRecoveryContextImpl()52 void setSwitchedThread() { in setSwitchedThread()62 void HandleCrash(int RetCode, uintptr_t Context) { in HandleCrash()