ReactOS 0.4.15-dev-7924-g5949c20
timer_queue_data1 Struct Reference
Collaboration diagram for timer_queue_data1:

Public Attributes

int num_calls
 
int max_calls
 
HANDLE q
 
HANDLE t
 

Detailed Description

Definition at line 783 of file sync.c.

Member Data Documentation

◆ max_calls

int timer_queue_data1::max_calls

Definition at line 786 of file sync.c.

Referenced by test_timer_queue().

◆ num_calls

int timer_queue_data1::num_calls

Definition at line 785 of file sync.c.

Referenced by test_timer_queue().

◆ q

HANDLE timer_queue_data1::q

Definition at line 787 of file sync.c.

Referenced by test_timer_queue().

◆ t

HANDLE timer_queue_data1::t

Definition at line 787 of file sync.c.

Referenced by test_timer_queue().


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