Home
last modified time | relevance | path

Searched defs:CrashRecoveryContextImpl (Results 1 – 2 of 2) 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() function
45 ~CrashRecoveryContextImpl() { in ~CrashRecoveryContextImpl()
52 void setSwitchedThread() { in setSwitchedThread()
58 void HandleCrash() { in HandleCrash()
/external/swiftshader/third_party/LLVM/lib/Support/
DCrashRecoveryContext.cpp26 struct CrashRecoveryContextImpl { struct
27 CrashRecoveryContext *CRC;
28 std::string Backtrace;
30 volatile unsigned Failed : 1;
33 CrashRecoveryContextImpl(CrashRecoveryContext *CRC) : CRC(CRC), in CrashRecoveryContextImpl() argument
37 ~CrashRecoveryContextImpl() { in ~CrashRecoveryContextImpl()
41 void HandleCrash() { in HandleCrash()