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() argument45 ~CrashRecoveryContextImpl() { in ~CrashRecoveryContextImpl()52 void setSwitchedThread() { in setSwitchedThread()58 void HandleCrash() { in HandleCrash()
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() argument47 ~CrashRecoveryContextImpl() { in ~CrashRecoveryContextImpl()54 void setSwitchedThread() { in setSwitchedThread()64 void HandleCrash(int RetCode, uintptr_t Context) { in HandleCrash()
30 struct CrashRecoveryContextImpl { struct35 const CrashRecoveryContextImpl *Next;37 CrashRecoveryContext *CRC;39 volatile unsigned Failed : 1;40 unsigned SwitchedThread : 1;41 unsigned ValidJumpBuffer : 1;44 CrashRecoveryContextImpl(CrashRecoveryContext *CRC) noexcept in CrashRecoveryContextImpl() function49 ~CrashRecoveryContextImpl() { in ~CrashRecoveryContextImpl()56 void setSwitchedThread() { in setSwitchedThread()66 void HandleCrash(int RetCode, uintptr_t Context) { in HandleCrash()