Home
last modified time | relevance | path

Searched defs:CrashRecoveryContextImpl (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DCrashRecoveryContext.cpp28 struct CrashRecoveryContextImpl { struct
33 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() function
47 ~CrashRecoveryContextImpl() { in ~CrashRecoveryContextImpl()
54 void setSwitchedThread() { in setSwitchedThread()
64 void HandleCrash(int RetCode, uintptr_t Context) { in HandleCrash()