Jump to content

KernReleaseSpinLock

From EDM2
Revision as of 05:04, 6 June 2016 by Martini (talk | contribs) (Created page with "==Synopsis== VOID APIENTRY KernReleaseSpinLock(KEESpinLock* sl); ==Description== Release the spinlock by the current owner after use. ==Parameters== '''sl:''' Pointer to an ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Synopsis

VOID APIENTRY KernReleaseSpinLock(KEESpinLock* sl);

Description

Release the spinlock by the current owner after use.

Parameters

sl: Pointer to an acquired spinlock structure.