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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DCrashRecoveryContext.cpp303 static sys::ThreadLocal<const void> sCurrentExceptionHandle; variable
311 sCurrentExceptionHandle.set(handle);
315 PVOID currentHandle = const_cast<PVOID>(sCurrentExceptionHandle.get());
321 sCurrentExceptionHandle.set(NULL);

Completed in 95 milliseconds