Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Support/
HDCrashRecoveryContext.cpp208 PVOID currentHandle = const_cast<PVOID>(sCurrentExceptionHandle.get()); in Disable() local
209 if (currentHandle) { in Disable()
211 ::RemoveVectoredExceptionHandler(currentHandle); in Disable()