ReactOS 0.4.15-dev-7907-g95bf896
KSIWORKER Struct Reference
Collaboration diagram for KSIWORKER:

Public Attributes

WORK_QUEUE_ITEM WorkItem
 
KEVENT Event
 
KSPIN_LOCK Lock
 
WORK_QUEUE_TYPE Type
 
LONG Counter
 
LONG QueuedWorkItemCount
 
LIST_ENTRY QueuedWorkItems
 
PWORK_QUEUE_ITEM CountedWorkItem
 

Detailed Description

Definition at line 18 of file worker.c.

Member Data Documentation

◆ CountedWorkItem

PWORK_QUEUE_ITEM KSIWORKER::CountedWorkItem

Definition at line 29 of file worker.c.

Referenced by KsIncrementCountedWorker(), and KsRegisterCountedWorker().

◆ Counter

LONG KSIWORKER::Counter

Definition at line 25 of file worker.c.

Referenced by KsDecrementCountedWorker(), KsIncrementCountedWorker(), and KsUnregisterWorker().

◆ Event

KEVENT KSIWORKER::Event

Definition at line 22 of file worker.c.

Referenced by KsQueueWorkItem(), KsRegisterWorker(), KsUnregisterWorker(), and WorkItemRoutine().

◆ Lock

KSPIN_LOCK KSIWORKER::Lock

Definition at line 23 of file worker.c.

Referenced by KsQueueWorkItem(), KsRegisterWorker(), KsUnregisterWorker(), and WorkItemRoutine().

◆ QueuedWorkItemCount

LONG KSIWORKER::QueuedWorkItemCount

Definition at line 26 of file worker.c.

Referenced by KsQueueWorkItem(), KsUnregisterWorker(), and WorkItemRoutine().

◆ QueuedWorkItems

LIST_ENTRY KSIWORKER::QueuedWorkItems

Definition at line 27 of file worker.c.

Referenced by KsQueueWorkItem(), KsRegisterWorker(), and WorkItemRoutine().

◆ Type

WORK_QUEUE_TYPE KSIWORKER::Type

Definition at line 24 of file worker.c.

Referenced by KsQueueWorkItem(), and KsRegisterWorker().

◆ WorkItem

WORK_QUEUE_ITEM KSIWORKER::WorkItem

Definition at line 20 of file worker.c.

Referenced by KsQueueWorkItem(), and KsRegisterWorker().


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