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

/macosx-10.10/llvmCore-3425.0.34/lib/Support/
H A DCrashRecoveryContext.cpp175 static sys::ThreadLocal<const void> sCurrentExceptionHandle; variable
190 sCurrentExceptionHandle.set(handle);
201 PVOID currentHandle = const_cast<PVOID>(sCurrentExceptionHandle.get());
207 sCurrentExceptionHandle.set(NULL);

Completed in 115 milliseconds