Process Hacker
_PH_WORK_QUEUE Struct Reference

#include <phbase.h>

Data Fields

PH_RUNDOWN_PROTECT RundownProtect
 
BOOLEAN Terminating
 
LIST_ENTRY QueueListHead
 
PH_QUEUED_LOCK QueueLock
 
PH_QUEUED_LOCK QueueEmptyCondition
 
ULONG MaximumThreads
 
ULONG MinimumThreads
 
ULONG NoWorkTimeout
 
PH_QUEUED_LOCK StateLock
 
HANDLE SemaphoreHandle
 
ULONG CurrentThreads
 
ULONG BusyCount
 

Detailed Description

Definition at line 3943 of file phbase.h.

Field Documentation

ULONG BusyCount

Definition at line 3959 of file phbase.h.

ULONG CurrentThreads

Definition at line 3958 of file phbase.h.

ULONG MaximumThreads

Definition at line 3952 of file phbase.h.

ULONG MinimumThreads

Definition at line 3953 of file phbase.h.

ULONG NoWorkTimeout

Definition at line 3954 of file phbase.h.

PH_QUEUED_LOCK QueueEmptyCondition

Definition at line 3950 of file phbase.h.

LIST_ENTRY QueueListHead

Definition at line 3948 of file phbase.h.

PH_QUEUED_LOCK QueueLock

Definition at line 3949 of file phbase.h.

PH_RUNDOWN_PROTECT RundownProtect

Definition at line 3945 of file phbase.h.

HANDLE SemaphoreHandle

Definition at line 3957 of file phbase.h.

PH_QUEUED_LOCK StateLock

Definition at line 3956 of file phbase.h.

BOOLEAN Terminating

Definition at line 3946 of file phbase.h.


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