ReactOS 0.4.16-dev-1470-gfbd70c8
_EX_WORK_QUEUE Struct Reference

#include <extypes.h>

Collaboration diagram for _EX_WORK_QUEUE:

Public Attributes

KQUEUE WorkerQueue
 
LONG DynamicThreadCount
 
ULONG WorkItemsProcessed
 
ULONG WorkItemsProcessedLastPass
 
ULONG QueueDepthLastPass
 
EX_QUEUE_WORKER_INFO Info
 

Detailed Description

Definition at line 576 of file extypes.h.

Member Data Documentation

◆ DynamicThreadCount

LONG _EX_WORK_QUEUE::DynamicThreadCount

Definition at line 579 of file extypes.h.

◆ Info

EX_QUEUE_WORKER_INFO _EX_WORK_QUEUE::Info

Definition at line 583 of file extypes.h.

Referenced by ExpInitializeWorkerThreads().

◆ QueueDepthLastPass

ULONG _EX_WORK_QUEUE::QueueDepthLastPass

Definition at line 582 of file extypes.h.

◆ WorkerQueue

KQUEUE _EX_WORK_QUEUE::WorkerQueue

Definition at line 578 of file extypes.h.

◆ WorkItemsProcessed

ULONG _EX_WORK_QUEUE::WorkItemsProcessed

Definition at line 580 of file extypes.h.

◆ WorkItemsProcessedLastPass

ULONG _EX_WORK_QUEUE::WorkItemsProcessedLastPass

Definition at line 581 of file extypes.h.


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