|
ReactOS 0.4.16-dev-1946-g52006dd
|

Public Attributes | |
| LONG | SharedCount |
| volatile struct _RTLP_SRWLOCK_WAITBLOCK * | Last |
| volatile struct _RTLP_SRWLOCK_WAITBLOCK * | Next |
| union { | |
| LONG Wake | |
| struct { | |
| PRTLP_SRWLOCK_SHARED_WAKE SharedWakeChain | |
| PRTLP_SRWLOCK_SHARED_WAKE LastSharedWake | |
| } | |
| }; | |
| BOOLEAN | Exclusive |
| union { ... } _RTLP_SRWLOCK_WAITBLOCK::@5302 |
| BOOLEAN _RTLP_SRWLOCK_WAITBLOCK::Exclusive |
Definition at line 79 of file srw.c.
Referenced by RtlAcquireSRWLockExclusive(), and RtlAcquireSRWLockShared().
| volatile struct _RTLP_SRWLOCK_WAITBLOCK* _RTLP_SRWLOCK_WAITBLOCK::Last |
Definition at line 62 of file srw.c.
Referenced by RtlAcquireSRWLockExclusive(), and RtlAcquireSRWLockShared().
| PRTLP_SRWLOCK_SHARED_WAKE _RTLP_SRWLOCK_WAITBLOCK::LastSharedWake |
Definition at line 75 of file srw.c.
Referenced by RtlAcquireSRWLockShared().
| volatile struct _RTLP_SRWLOCK_WAITBLOCK* _RTLP_SRWLOCK_WAITBLOCK::Next |
Definition at line 65 of file srw.c.
Referenced by RtlAcquireSRWLockExclusive(), and RtlAcquireSRWLockShared().
| LONG _RTLP_SRWLOCK_WAITBLOCK::SharedCount |
Definition at line 58 of file srw.c.
Referenced by RtlAcquireSRWLockExclusive(), RtlAcquireSRWLockShared(), and RtlReleaseSRWLockShared().
| PRTLP_SRWLOCK_SHARED_WAKE _RTLP_SRWLOCK_WAITBLOCK::SharedWakeChain |
Definition at line 74 of file srw.c.
Referenced by RtlAcquireSRWLockShared().
| LONG _RTLP_SRWLOCK_WAITBLOCK::Wake |
Definition at line 70 of file srw.c.
Referenced by RtlAcquireSRWLockExclusive().