ReactOS 0.4.15-dev-7907-g95bf896
_RTL_RWLOCK Struct Reference

#include <winternl.h>

Collaboration diagram for _RTL_RWLOCK:

Public Attributes

RTL_CRITICAL_SECTION rtlCS
 
HANDLE hSharedReleaseSemaphore
 
UINT uSharedWaiters
 
HANDLE hExclusiveReleaseSemaphore
 
UINT uExclusiveWaiters
 
INT iNumberActive
 
HANDLE hOwningThreadId
 
DWORD dwTimeoutBoost
 
PVOID pDebugInfo
 

Detailed Description

Definition at line 1333 of file winternl.h.

Member Data Documentation

◆ dwTimeoutBoost

DWORD _RTL_RWLOCK::dwTimeoutBoost

Definition at line 1344 of file winternl.h.

◆ hExclusiveReleaseSemaphore

HANDLE _RTL_RWLOCK::hExclusiveReleaseSemaphore

Definition at line 1339 of file winternl.h.

◆ hOwningThreadId

HANDLE _RTL_RWLOCK::hOwningThreadId

Definition at line 1343 of file winternl.h.

◆ hSharedReleaseSemaphore

HANDLE _RTL_RWLOCK::hSharedReleaseSemaphore

Definition at line 1336 of file winternl.h.

◆ iNumberActive

INT _RTL_RWLOCK::iNumberActive

Definition at line 1342 of file winternl.h.

◆ pDebugInfo

PVOID _RTL_RWLOCK::pDebugInfo

Definition at line 1345 of file winternl.h.

◆ rtlCS

RTL_CRITICAL_SECTION _RTL_RWLOCK::rtlCS

Definition at line 1334 of file winternl.h.

◆ uExclusiveWaiters

UINT _RTL_RWLOCK::uExclusiveWaiters

Definition at line 1340 of file winternl.h.

◆ uSharedWaiters

UINT _RTL_RWLOCK::uSharedWaiters

Definition at line 1337 of file winternl.h.


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