Searched defs:CrashRecoveryContextImpl (Results 1 – 1 of 1) sorted by relevance
28 struct CrashRecoveryContextImpl { struct33 const CrashRecoveryContextImpl *Next;35 CrashRecoveryContext *CRC;37 volatile unsigned Failed : 1;38 unsigned SwitchedThread : 1;39 unsigned ValidJumpBuffer : 1;42 CrashRecoveryContextImpl(CrashRecoveryContext *CRC) noexcept in CrashRecoveryContextImpl() function47 ~CrashRecoveryContextImpl() { in ~CrashRecoveryContextImpl()54 void setSwitchedThread() { in setSwitchedThread()64 void HandleCrash(int RetCode, uintptr_t Context) { in HandleCrash()