ReactOS 0.4.16-dev-974-g5022a45
rtl_wait_info Struct Reference
Collaboration diagram for rtl_wait_info:

Public Attributes

HANDLE semaphore1
 
HANDLE semaphore2
 
DWORD wait_result
 
DWORD threadid
 
LONG userdata
 

Detailed Description

Definition at line 169 of file threadpool.c.

Member Data Documentation

◆ semaphore1

HANDLE rtl_wait_info::semaphore1

Definition at line 171 of file threadpool.c.

◆ semaphore2

HANDLE rtl_wait_info::semaphore2

Definition at line 172 of file threadpool.c.

◆ threadid

DWORD rtl_wait_info::threadid

Definition at line 174 of file threadpool.c.

Referenced by test_RtlRegisterWait().

◆ userdata

◆ wait_result

DWORD rtl_wait_info::wait_result

Definition at line 173 of file threadpool.c.


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