Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Support/
H A DCrashRecoveryContext.cpp320 PVOID currentHandle = const_cast<PVOID>(sCurrentExceptionHandle.get()); in uninstallExceptionOrSignalHandlers() local
321 if (currentHandle) { in uninstallExceptionOrSignalHandlers()
323 ::RemoveVectoredExceptionHandler(currentHandle); in uninstallExceptionOrSignalHandlers()