Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DCrashRecoveryContext.cpp253 static sys::ThreadLocal<const void> sCurrentExceptionHandle; variable
261 sCurrentExceptionHandle.set(handle); in installExceptionOrSignalHandlers()
265 PVOID currentHandle = const_cast<PVOID>(sCurrentExceptionHandle.get()); in uninstallExceptionOrSignalHandlers()
271 sCurrentExceptionHandle.set(NULL); in uninstallExceptionOrSignalHandlers()