Searched refs:sCurrentExceptionHandle (Results 1 – 3 of 3) sorted by relevance
193 static sys::ThreadLocal<const void> sCurrentExceptionHandle; variable208 sCurrentExceptionHandle.set(handle); in Enable()219 PVOID currentHandle = const_cast<PVOID>(sCurrentExceptionHandle.get()); in Disable()225 sCurrentExceptionHandle.set(NULL); in Disable()
176 static sys::ThreadLocal<const void> sCurrentExceptionHandle; variable191 sCurrentExceptionHandle.set(handle); in Enable()202 PVOID currentHandle = const_cast<PVOID>(sCurrentExceptionHandle.get()); in Disable()208 sCurrentExceptionHandle.set(NULL); in Disable()
253 static sys::ThreadLocal<const void> sCurrentExceptionHandle; variable261 sCurrentExceptionHandle.set(handle); in installExceptionOrSignalHandlers()265 PVOID currentHandle = const_cast<PVOID>(sCurrentExceptionHandle.get()); in uninstallExceptionOrSignalHandlers()271 sCurrentExceptionHandle.set(NULL); in uninstallExceptionOrSignalHandlers()