Jump to content

KernReleaseSpinLock: Difference between revisions

From EDM2
Ak120 (talk | contribs)
No edit summary
Line 8: Line 8:
'''sl:''' Pointer to an acquired spinlock structure.  
'''sl:''' Pointer to an acquired spinlock structure.  


[[Category:The OS/2 API Project]]
[[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.