ReactOS 0.4.16-dev-2135-g2f5a67f
heap_thread_params Struct Reference
Collaboration diagram for heap_thread_params:

Public Attributes

HANDLE ready_event
 
HANDLE start_event
 
BOOL done
 
HANDLE heap
 
DWORD flags
 
BOOL lock
 

Detailed Description

Definition at line 131 of file heap.c.

Member Data Documentation

◆ done

BOOL heap_thread_params::done

Definition at line 135 of file heap.c.

Referenced by test_HeapCreate().

◆ flags

DWORD heap_thread_params::flags

Definition at line 138 of file heap.c.

Referenced by test_HeapCreate().

◆ heap

HANDLE heap_thread_params::heap

Definition at line 137 of file heap.c.

Referenced by test_HeapCreate().

◆ lock

BOOL heap_thread_params::lock

Definition at line 139 of file heap.c.

Referenced by test_HeapCreate().

◆ ready_event

HANDLE heap_thread_params::ready_event

Definition at line 133 of file heap.c.

Referenced by test_HeapCreate().

◆ start_event

HANDLE heap_thread_params::start_event

Definition at line 134 of file heap.c.

Referenced by test_HeapCreate().


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