Home
last modified time | relevance | path

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

/reactos/sdk/lib/crt/except/amd64/
H A Dehandler.c19 struct _DISPATCHER_CONTEXT *DispatcherContext) in __C_specific_handler() argument
34 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()
/reactos/sdk/lib/rtl/i386/
H A Dexcept.c71 DISPATCHER_CONTEXT DispatcherContext; in RtlDispatchException() local
138 &DispatcherContext, in RtlDispatchException()
194 if (DispatcherContext.RegistrationPointer > NestedFrame) in RtlDispatchException()
197 NestedFrame = DispatcherContext.RegistrationPointer; in RtlDispatchException()
236 DISPATCHER_CONTEXT DispatcherContext; in RtlUnwind() local
350 &DispatcherContext, in RtlUnwind()
363 RegistrationFrame = DispatcherContext.RegistrationPointer; in RtlUnwind()
/reactos/sdk/lib/rtl/amd64/
H A Dunwind.c674 DISPATCHER_CONTEXT DispatcherContext; in RtlpUnwindInternal() local
695 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 …]
/reactos/sdk/lib/pseh/i386/
H A Dframebased-gcchack.c182 void * DispatcherContext in _SEH2UnwindHandler() argument
189 *((void **)DispatcherContext) = EstablisherFrame; in _SEH2UnwindHandler()
243 void * DispatcherContext in _SEH2FrameHandler() argument
H A Dpseh3.c266 void * DispatcherContext) in _SEH3$_except_handler() argument
/reactos/sdk/lib/rtl/
H A Drtlp.h185 PVOID DispatcherContext,
194 PVOID DispatcherContext,
/reactos/sdk/lib/pseh/
H A Dframebased.c340 void * DispatcherContext in _SEHFrameHandler() argument
358 DispatcherContext in _SEHFrameHandler()
/reactos/sdk/include/ddk/
H A Drxstruc.h126 RX_DISPATCHER_CONTEXT DispatcherContext; member
/reactos/sdk/lib/crt/startup/
H A Dcrt_handler.c99 void *DispatcherContext __attribute__ ((unused))) in __mingw_SEH_error_handler() argument
/reactos/sdk/lib/drivers/rxce/
H A Drxce.c4696 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()
/reactos/sdk/include/xdk/
H A Dntbasedef.h663 _In_ PVOID DispatcherContext);
/reactos/dll/win32/dbghelp/
H A Dcompat.h708 PVOID DispatcherContext);