ReactOS 0.4.15-dev-7953-g1f49173
_RX_DISPATCHER_ Struct Reference

#include <rxworkq.h>

Collaboration diagram for _RX_DISPATCHER_:

Public Attributes

LONG NumberOfProcessors
 
PEPROCESS OwnerProcess
 
PRX_WORK_QUEUE_DISPATCHER pWorkQueueDispatcher
 
RX_DISPATCHER_STATE State
 
LIST_ENTRY SpinUpRequests
 
KSPIN_LOCK SpinUpRequestsLock
 
KEVENT SpinUpRequestsEvent
 
KEVENT SpinUpRequestsTearDownEvent
 

Detailed Description

Definition at line 71 of file rxworkq.h.

Member Data Documentation

◆ NumberOfProcessors

LONG _RX_DISPATCHER_::NumberOfProcessors

Definition at line 73 of file rxworkq.h.

Referenced by RxInitializeDispatcher().

◆ OwnerProcess

PEPROCESS _RX_DISPATCHER_::OwnerProcess

Definition at line 74 of file rxworkq.h.

Referenced by RxInitializeDispatcher().

◆ pWorkQueueDispatcher

PRX_WORK_QUEUE_DISPATCHER _RX_DISPATCHER_::pWorkQueueDispatcher

Definition at line 75 of file rxworkq.h.

Referenced by RxInitializeDispatcher(), and RxInsertWorkQueueItem().

◆ SpinUpRequests

LIST_ENTRY _RX_DISPATCHER_::SpinUpRequests

Definition at line 77 of file rxworkq.h.

Referenced by RxInitializeDispatcher(), and RxSpinUpRequestsDispatcher().

◆ SpinUpRequestsEvent

KEVENT _RX_DISPATCHER_::SpinUpRequestsEvent

Definition at line 79 of file rxworkq.h.

Referenced by RxInitializeDispatcher(), and RxSpinUpRequestsDispatcher().

◆ SpinUpRequestsLock

KSPIN_LOCK _RX_DISPATCHER_::SpinUpRequestsLock

Definition at line 78 of file rxworkq.h.

Referenced by RxInitializeDispatcher(), and RxSpinUpRequestsDispatcher().

◆ SpinUpRequestsTearDownEvent

KEVENT _RX_DISPATCHER_::SpinUpRequestsTearDownEvent

Definition at line 80 of file rxworkq.h.

Referenced by RxInitializeDispatcher(), and RxSpinUpRequestsDispatcher().

◆ State

RX_DISPATCHER_STATE _RX_DISPATCHER_::State

The documentation for this struct was generated from the following file: