KernReleaseSpinLock: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
Release the spinlock by the current owner after use. | |||
==Synopsis== | ==Synopsis== | ||
VOID APIENTRY KernReleaseSpinLock(KEESpinLock* sl); | VOID APIENTRY KernReleaseSpinLock(KEESpinLock* sl); | ||
==Parameters== | ==Parameters== | ||
'''sl:''' Pointer to an acquired spinlock structure. | '''sl:''' Pointer to an acquired spinlock structure. | ||
[[Category: | [[Category:KEE]] |
Revision as of 21:52, 9 June 2017
Release the spinlock by the current owner after use.
Synopsis
VOID APIENTRY KernReleaseSpinLock(KEESpinLock* sl);
Parameters
sl: Pointer to an acquired spinlock structure.