ReactOS 0.4.15-dev-7998-gdb93cb1
_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 405 of file extypes.h.

Member Data Documentation

◆ DynamicThreadCount

LONG _EX_WORK_QUEUE::DynamicThreadCount

Definition at line 408 of file extypes.h.

◆ Info

EX_QUEUE_WORKER_INFO _EX_WORK_QUEUE::Info

Definition at line 412 of file extypes.h.

Referenced by ExpInitializeWorkerThreads().

◆ QueueDepthLastPass

ULONG _EX_WORK_QUEUE::QueueDepthLastPass

Definition at line 411 of file extypes.h.

◆ WorkerQueue

KQUEUE _EX_WORK_QUEUE::WorkerQueue

Definition at line 407 of file extypes.h.

◆ WorkItemsProcessed

ULONG _EX_WORK_QUEUE::WorkItemsProcessed

Definition at line 409 of file extypes.h.

◆ WorkItemsProcessedLastPass

ULONG _EX_WORK_QUEUE::WorkItemsProcessedLastPass

Definition at line 410 of file extypes.h.


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