KernReleaseSpinLock: Difference between revisions
Appearance
Created page with "==Synopsis== VOID APIENTRY KernReleaseSpinLock(KEESpinLock* sl); ==Description== Release the spinlock by the current owner after use. ==Parameters== '''sl:''' Pointer to an ..." |
m Ak120 moved page OS2 API:KEE:KernReleaseSpinLock to KernReleaseSpinLock |
(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.