Jump to content

KernReleaseSpinLock

From EDM2
Revision as of 02:45, 10 May 2017 by Martini (talk | contribs)

Synopsis

VOID APIENTRY KernReleaseSpinLock(KEESpinLock* sl);

Description

Release the spinlock by the current owner after use.

Parameters

sl: Pointer to an acquired spinlock structure.