Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DCrashRecoveryContext.cpp26 struct CrashRecoveryContextImpl { struct
31 const CrashRecoveryContextImpl *Next;
33 CrashRecoveryContext *CRC;
35 volatile unsigned Failed : 1;
36 unsigned SwitchedThread : 1;
39 CrashRecoveryContextImpl(CrashRecoveryContext *CRC) : CRC(CRC), in CrashRecoveryContextImpl() argument
45 ~CrashRecoveryContextImpl() { in ~CrashRecoveryContextImpl()
52 void setSwitchedThread() { in setSwitchedThread()
58 void HandleCrash() { in HandleCrash()
/external/llvm-project/llvm/lib/Support/
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() argument
47 ~CrashRecoveryContextImpl() { in ~CrashRecoveryContextImpl()
54 void setSwitchedThread() { in setSwitchedThread()
64 void HandleCrash(int RetCode, uintptr_t Context) { in HandleCrash()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DCrashRecoveryContext.cpp30 struct CrashRecoveryContextImpl { struct
35 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() function
49 ~CrashRecoveryContextImpl() { in ~CrashRecoveryContextImpl()
56 void setSwitchedThread() { in setSwitchedThread()
66 void HandleCrash(int RetCode, uintptr_t Context) { in HandleCrash()