ReactOS 0.4.15-dev-8100-g1887773
COUNT_THREAD_DATA Struct Reference
Collaboration diagram for COUNT_THREAD_DATA:

Public Attributes

KEVENT Event
 
KEVENT WaitEvent
 
ULONG Counter
 
KPRIORITY PriorityIncrement
 
ULONG CounterValues [NUM_SCHED_TESTS]
 

Detailed Description

Definition at line 233 of file KeEvent.c.

Member Data Documentation

◆ Counter

ULONG COUNT_THREAD_DATA::Counter

Definition at line 237 of file KeEvent.c.

◆ CounterValues

ULONG COUNT_THREAD_DATA::CounterValues[NUM_SCHED_TESTS]

Definition at line 239 of file KeEvent.c.

◆ Event

KEVENT COUNT_THREAD_DATA::Event

Definition at line 235 of file KeEvent.c.

◆ PriorityIncrement

KPRIORITY COUNT_THREAD_DATA::PriorityIncrement

Definition at line 238 of file KeEvent.c.

◆ WaitEvent

KEVENT COUNT_THREAD_DATA::WaitEvent

Definition at line 236 of file KeEvent.c.


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