#include "dbgmacros.h"
#include "mxlock.h"
Go to the source code of this file.
◆ MdLock
◆ _Acquires_lock_()
_Acquires_lock_ |
( |
this-> |
m_Lock | ) |
|
Definition at line 51 of file mxlockkm.h.
59{
61
63}
#define ASSERT_DBGFLAG_INITIALIZED
#define KeAcquireSpinLock(sl, irql)
_Requires_lock_held_ Interrupt _Releases_lock_ Interrupt _In_ _IRQL_restores_ KIRQL OldIrql
◆ _Releases_lock_()
_Releases_lock_ |
( |
this-> |
m_Lock | ) |
|
Definition at line 77 of file mxlockkm.h.
84{
86
88}
#define KeReleaseSpinLock(sl, irql)
_Requires_lock_held_ SpinLock _Releases_lock_ SpinLock _In_ _IRQL_restores_ KIRQL NewIrql