KernReleaseSpinLock
Appearance
Synopsis
VOID APIENTRY KernReleaseSpinLock(KEESpinLock* sl);
Description
Release the spinlock by the current owner after use.
Parameters
sl: Pointer to an acquired spinlock structure.
VOID APIENTRY KernReleaseSpinLock(KEESpinLock* sl);
Release the spinlock by the current owner after use.
sl: Pointer to an acquired spinlock structure.