ReactOS 0.4.16-dev-258-g81860b4
|
#include <ketypes.h>
Public Attributes | |
struct _KSPIN_LOCK_QUEUE *volatile | Next |
PKSPIN_LOCK volatile | Lock |
PKSPIN_LOCK volatile _KSPIN_LOCK_QUEUE::Lock |
Definition at line 623 of file ketypes.h.
Referenced by KeAcquireInStackQueuedSpinLock(), KeAcquireInStackQueuedSpinLockAtDpcLevel(), KeAcquireInStackQueuedSpinLockRaiseToSynch(), KeReleaseInStackQueuedSpinLock(), and KeReleaseInStackQueuedSpinLockFromDpcLevel().
struct _KSPIN_LOCK_QUEUE* volatile _KSPIN_LOCK_QUEUE::Next |
Definition at line 622 of file ketypes.h.
Referenced by KeAcquireInStackQueuedSpinLock(), KeAcquireInStackQueuedSpinLockAtDpcLevel(), KeAcquireInStackQueuedSpinLockRaiseToSynch(), and KeReleaseInStackQueuedSpinLockFromDpcLevel().