ReactOS 0.4.15-dev-7918-g2a2556c
_RTLP_SRWLOCK_WAITBLOCK Struct Reference
Collaboration diagram for _RTLP_SRWLOCK_WAITBLOCK:

Public Attributes

LONG SharedCount
 
volatile struct _RTLP_SRWLOCK_WAITBLOCKLast
 
volatile struct _RTLP_SRWLOCK_WAITBLOCKNext
 
union {
   LONG   Wake
 
   struct {
      PRTLP_SRWLOCK_SHARED_WAKE   SharedWakeChain
 
      PRTLP_SRWLOCK_SHARED_WAKE   LastSharedWake
 
   } 
 
}; 
 
BOOLEAN Exclusive
 

Detailed Description

Definition at line 55 of file srw.c.

Member Data Documentation

◆ 

union { ... } _RTLP_SRWLOCK_WAITBLOCK::@5008

◆ Exclusive

BOOLEAN _RTLP_SRWLOCK_WAITBLOCK::Exclusive

Definition at line 79 of file srw.c.

Referenced by RtlAcquireSRWLockExclusive(), and RtlAcquireSRWLockShared().

◆ Last

volatile struct _RTLP_SRWLOCK_WAITBLOCK* _RTLP_SRWLOCK_WAITBLOCK::Last

Definition at line 62 of file srw.c.

Referenced by RtlAcquireSRWLockExclusive(), and RtlAcquireSRWLockShared().

◆ LastSharedWake

PRTLP_SRWLOCK_SHARED_WAKE _RTLP_SRWLOCK_WAITBLOCK::LastSharedWake

Definition at line 75 of file srw.c.

Referenced by RtlAcquireSRWLockShared().

◆ Next

◆ SharedCount

LONG _RTLP_SRWLOCK_WAITBLOCK::SharedCount

◆ SharedWakeChain

PRTLP_SRWLOCK_SHARED_WAKE _RTLP_SRWLOCK_WAITBLOCK::SharedWakeChain

Definition at line 74 of file srw.c.

Referenced by RtlAcquireSRWLockShared().

◆ Wake

LONG _RTLP_SRWLOCK_WAITBLOCK::Wake

Definition at line 70 of file srw.c.

Referenced by RtlAcquireSRWLockExclusive().


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