ReactOS 0.4.16-dev-336-gb667d82
|
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 |
PWORK_QUEUE_ITEM KSIWORKER::CountedWorkItem |
Definition at line 29 of file worker.c.
Referenced by KsIncrementCountedWorker(), and KsRegisterCountedWorker().
LONG KSIWORKER::Counter |
Definition at line 25 of file worker.c.
Referenced by KsDecrementCountedWorker(), KsIncrementCountedWorker(), and KsUnregisterWorker().
KEVENT KSIWORKER::Event |
Definition at line 22 of file worker.c.
Referenced by KsQueueWorkItem(), KsRegisterWorker(), KsUnregisterWorker(), and WorkItemRoutine().
KSPIN_LOCK KSIWORKER::Lock |
Definition at line 23 of file worker.c.
Referenced by KsQueueWorkItem(), KsRegisterWorker(), KsUnregisterWorker(), and WorkItemRoutine().
LONG KSIWORKER::QueuedWorkItemCount |
Definition at line 26 of file worker.c.
Referenced by KsQueueWorkItem(), KsUnregisterWorker(), and WorkItemRoutine().
LIST_ENTRY KSIWORKER::QueuedWorkItems |
Definition at line 27 of file worker.c.
Referenced by KsQueueWorkItem(), KsRegisterWorker(), and WorkItemRoutine().
WORK_QUEUE_TYPE KSIWORKER::Type |
Definition at line 24 of file worker.c.
Referenced by KsQueueWorkItem(), and KsRegisterWorker().
WORK_QUEUE_ITEM KSIWORKER::WorkItem |
Definition at line 20 of file worker.c.
Referenced by KsQueueWorkItem(), and KsRegisterWorker().