Home
last modified time | relevance | path

Searched refs:CrashRecoveryContextCleanup (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DCrashRecoveryContext.h18 class CrashRecoveryContextCleanup; variable
47 CrashRecoveryContextCleanup *head;
53 void registerCleanup(CrashRecoveryContextCleanup *cleanup);
54 void unregisterCleanup(CrashRecoveryContextCleanup *cleanup);
100 class CrashRecoveryContextCleanup {
103 CrashRecoveryContextCleanup(CrashRecoveryContext *context) in CrashRecoveryContextCleanup() function
108 virtual ~CrashRecoveryContextCleanup();
117 CrashRecoveryContextCleanup *prev, *next;
121 class CrashRecoveryContextCleanupBase : public CrashRecoveryContextCleanup {
125 : CrashRecoveryContextCleanup(context), resource(resource) {} in CrashRecoveryContextCleanupBase()
[all …]
/external/llvm/include/llvm/Support/
DCrashRecoveryContext.h16 class CrashRecoveryContextCleanup; variable
43 CrashRecoveryContextCleanup *head;
49 void registerCleanup(CrashRecoveryContextCleanup *cleanup);
50 void unregisterCleanup(CrashRecoveryContextCleanup *cleanup);
97 class CrashRecoveryContextCleanup {
100 CrashRecoveryContextCleanup(CrashRecoveryContext *context) in CrashRecoveryContextCleanup() function
106 virtual ~CrashRecoveryContextCleanup();
115 CrashRecoveryContextCleanup *prev, *next;
119 class CrashRecoveryContextCleanupBase : public CrashRecoveryContextCleanup {
123 : CrashRecoveryContextCleanup(context), resource(resource) {} in CrashRecoveryContextCleanupBase()
[all …]
/external/swiftshader/third_party/LLVM/lib/Support/
DCrashRecoveryContext.cpp61 static sys::ThreadLocal<const CrashRecoveryContextCleanup>
64 CrashRecoveryContextCleanup::~CrashRecoveryContextCleanup() {} in ~CrashRecoveryContextCleanup()
68 CrashRecoveryContextCleanup *i = head; in ~CrashRecoveryContext()
71 CrashRecoveryContextCleanup *tmp = i; in ~CrashRecoveryContext()
98 void CrashRecoveryContext::registerCleanup(CrashRecoveryContextCleanup *cleanup) in registerCleanup()
109 CrashRecoveryContext::unregisterCleanup(CrashRecoveryContextCleanup *cleanup) { in unregisterCleanup()
/external/llvm/lib/Support/
DCrashRecoveryContext.cpp81 CrashRecoveryContextCleanup::~CrashRecoveryContextCleanup() {} in ~CrashRecoveryContextCleanup()
85 CrashRecoveryContextCleanup *i = head; in ~CrashRecoveryContext()
89 CrashRecoveryContextCleanup *tmp = i; in ~CrashRecoveryContext()
116 void CrashRecoveryContext::registerCleanup(CrashRecoveryContextCleanup *cleanup) in registerCleanup()
127 CrashRecoveryContext::unregisterCleanup(CrashRecoveryContextCleanup *cleanup) { in unregisterCleanup()