Searched refs:DispatcherContext (Results 1 – 12 of 12) sorted by relevance
19 struct _DISPATCHER_CONTEXT *DispatcherContext) in __C_specific_handler() argument34 ImageBase = (ULONG64)DispatcherContext->ImageBase; in __C_specific_handler()37 IpOffset = DispatcherContext->ControlPc - ImageBase; in __C_specific_handler()38 TargetIpOffset = DispatcherContext->TargetIp - ImageBase; in __C_specific_handler()41 ScopeTable = (PSCOPE_TABLE)DispatcherContext->HandlerData; in __C_specific_handler()44 while (DispatcherContext->ScopeIndex < ScopeTable->Count) in __C_specific_handler()47 i = DispatcherContext->ScopeIndex++; in __C_specific_handler()124 DispatcherContext->ContextRecord, in __C_specific_handler()125 DispatcherContext->HistoryTable); in __C_specific_handler()
71 DISPATCHER_CONTEXT DispatcherContext; in RtlDispatchException() local138 &DispatcherContext, in RtlDispatchException()194 if (DispatcherContext.RegistrationPointer > NestedFrame) in RtlDispatchException()197 NestedFrame = DispatcherContext.RegistrationPointer; in RtlDispatchException()236 DISPATCHER_CONTEXT DispatcherContext; in RtlUnwind() local350 &DispatcherContext, in RtlUnwind()363 RegistrationFrame = DispatcherContext.RegistrationPointer; in RtlUnwind()
674 DISPATCHER_CONTEXT DispatcherContext; in RtlpUnwindInternal() local695 DispatcherContext.ContextRecord = &UnwindContext; in RtlpUnwindInternal()696 DispatcherContext.HistoryTable = HistoryTable; in RtlpUnwindInternal()697 DispatcherContext.TargetIp = (ULONG64)TargetIp; in RtlpUnwindInternal()720 DispatcherContext.ControlPc = UnwindContext.Rip; in RtlpUnwindInternal()763 &DispatcherContext, in RtlpUnwindInternal()764 sizeof(DispatcherContext)); in RtlpUnwindInternal()767 DispatcherContext.ImageBase = ImageBase; in RtlpUnwindInternal()768 DispatcherContext.FunctionEntry = FunctionEntry; in RtlpUnwindInternal()769 DispatcherContext.LanguageHandler = ExceptionRoutine; in RtlpUnwindInternal()[all …]
182 void * DispatcherContext in _SEH2UnwindHandler() argument189 *((void **)DispatcherContext) = EstablisherFrame; in _SEH2UnwindHandler()243 void * DispatcherContext in _SEH2FrameHandler() argument
266 void * DispatcherContext) in _SEH3$_except_handler() argument
185 PVOID DispatcherContext,194 PVOID DispatcherContext,
340 void * DispatcherContext in _SEHFrameHandler() argument358 DispatcherContext in _SEHFrameHandler()
126 RX_DISPATCHER_CONTEXT DispatcherContext; member
99 void *DispatcherContext __attribute__ ((unused))) in __mingw_SEH_error_handler() argument
4696 RxFileSystemDeviceObject->DispatcherContext.NumberOfWorkerThreads = 0; in RxInitializeDispatcher()4697 RxFileSystemDeviceObject->DispatcherContext.pTearDownEvent = NULL; in RxInitializeDispatcher()4865 pMRxDeviceObject->DispatcherContext.NumberOfWorkerThreads = 0; in RxInitializeMRxDispatcher()4866 pMRxDeviceObject->DispatcherContext.pTearDownEvent = NULL; in RxInitializeMRxDispatcher()5182 …if (WorkQueue->State != RxWorkQueueActive || pMRxDeviceObject->DispatcherContext.pTearDownEvent !=… in RxInsertWorkQueueItem()5190 InterlockedIncrement(&pMRxDeviceObject->DispatcherContext.NumberOfWorkerThreads); in RxInsertWorkQueueItem()7335 if (InterlockedDecrement(&DeviceObject->DispatcherContext.NumberOfWorkerThreads) == 0) in RxpWorkerThreadDispatcher()7339 …Event = InterlockedExchangePointer((void * volatile*)&DeviceObject->DispatcherContext.pTearDownEve… in RxpWorkerThreadDispatcher()
663 _In_ PVOID DispatcherContext);
708 PVOID DispatcherContext);