ReactOS 0.4.15-dev-7953-g1f49173
_COND_VAR_WAIT_ENTRY Struct Reference
Collaboration diagram for _COND_VAR_WAIT_ENTRY:

Public Attributes

LIST_ENTRY ListEntry
 
PVOID WaitKey
 
BOOLEAN ListRemovalHandled
 

Detailed Description

Definition at line 28 of file condvar.c.

Member Data Documentation

◆ ListEntry

LIST_ENTRY _COND_VAR_WAIT_ENTRY::ListEntry

Definition at line 32 of file condvar.c.

◆ ListRemovalHandled

BOOLEAN _COND_VAR_WAIT_ENTRY::ListRemovalHandled

Definition at line 34 of file condvar.c.

Referenced by InternalSleep().

◆ WaitKey

PVOID _COND_VAR_WAIT_ENTRY::WaitKey

Definition at line 33 of file condvar.c.

Referenced by InternalSleep().


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