Jump to content

KernReleaseSpinLock

From EDM2
Revision as of 03:42, 28 May 2025 by Martini (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Release the spinlock by the current owner after use.

Synopsis

VOID APIENTRY KernReleaseSpinLock(KEESpinLock* sl);

Parameters

sl (KEESpinLock*) - input
Pointer to an acquired spinlock structure.