Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DCrashRecoveryContext.cpp309 static sys::ThreadLocal<const void> sCurrentExceptionHandle; variable
317 sCurrentExceptionHandle.set(handle); in installExceptionOrSignalHandlers()
321 PVOID currentHandle = const_cast<PVOID>(sCurrentExceptionHandle.get()); in uninstallExceptionOrSignalHandlers()
327 sCurrentExceptionHandle.set(NULL); in uninstallExceptionOrSignalHandlers()