Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/Support/
HDCrashRecoveryContext.cpp183 static sys::ThreadLocal<const void> sCurrentExceptionHandle; variable
198 sCurrentExceptionHandle.set(handle); in Enable()
209 PVOID currentHandle = const_cast<PVOID>(sCurrentExceptionHandle.get()); in Disable()
215 sCurrentExceptionHandle.set(NULL); in Disable()