ReactOS 0.4.15-dev-8096-ga0eec98
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 146 of file threadpool.c.

Member Data Documentation

◆ semaphore1

HANDLE rtl_wait_info::semaphore1

Definition at line 148 of file threadpool.c.

◆ semaphore2

HANDLE rtl_wait_info::semaphore2

Definition at line 149 of file threadpool.c.

◆ threadid

DWORD rtl_wait_info::threadid

Definition at line 151 of file threadpool.c.

◆ userdata

◆ wait_result

DWORD rtl_wait_info::wait_result

Definition at line 150 of file threadpool.c.


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