Jump to content

KernReleaseSpinLock: Difference between revisions

From EDM2
Created page with "==Synopsis== VOID APIENTRY KernReleaseSpinLock(KEESpinLock* sl); ==Description== Release the spinlock by the current owner after use. ==Parameters== '''sl:''' Pointer to an ..."
 
Ak120 (talk | contribs)
(No difference)

Revision as of 12:28, 27 February 2017

Synopsis

VOID APIENTRY KernReleaseSpinLock(KEESpinLock* sl);

Description

Release the spinlock by the current owner after use.

Parameters

sl: Pointer to an acquired spinlock structure.