KernReleaseSpinLock: Difference between revisions
Appearance
m Ak120 moved page OS2 API:KEE:KernReleaseSpinLock to KernReleaseSpinLock |
No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
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'' (KEESpinLock*) - input : Pointer to an acquired spinlock structure. | |||
[[Category: | [[Category:KEE]] |
Latest revision as of 03:42, 28 May 2025
Release the spinlock by the current owner after use.
Synopsis
VOID APIENTRY KernReleaseSpinLock(KEESpinLock* sl);
Parameters
- sl (KEESpinLock*) - input
- Pointer to an acquired spinlock structure.