Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DCrashRecoveryContext.cpp322 PVOID currentHandle = const_cast<PVOID>(sCurrentExceptionHandle); in uninstallExceptionOrSignalHandlers() local
323 if (currentHandle) { in uninstallExceptionOrSignalHandlers()
325 ::RemoveVectoredExceptionHandler(currentHandle); in uninstallExceptionOrSignalHandlers()