ReactOS 0.4.15-dev-6047-gb29e82d
|
#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 611 of file ketypes.h.
Referenced by KeAcquireInStackQueuedSpinLock(), KeAcquireInStackQueuedSpinLockAtDpcLevel(), KeAcquireInStackQueuedSpinLockRaiseToSynch(), KeReleaseInStackQueuedSpinLock(), and KeReleaseInStackQueuedSpinLockFromDpcLevel().
struct _KSPIN_LOCK_QUEUE* volatile _KSPIN_LOCK_QUEUE::Next |
Definition at line 610 of file ketypes.h.
Referenced by KeAcquireInStackQueuedSpinLock(), KeAcquireInStackQueuedSpinLockAtDpcLevel(), KeAcquireInStackQueuedSpinLockRaiseToSynch(), and KeReleaseInStackQueuedSpinLockFromDpcLevel().