KernReleaseSpinLock: Difference between revisions
Appearance
m Ak120 moved page OS2 API:KEE:KernReleaseSpinLock to KernReleaseSpinLock |
No edit summary |
||
Line 8: | Line 8: | ||
'''sl:''' Pointer to an acquired spinlock structure. | '''sl:''' Pointer to an acquired spinlock structure. | ||
[[Category: | [[Category:Kern]] |
Revision as of 02:45, 10 May 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.