Jump to content

KernReleaseSpinLock: Difference between revisions

From EDM2
No edit summary
Line 5: Line 5:


==Parameters==
==Parameters==
; sl; Pointer to an acquired spinlock structure.  
; sl : Pointer to an acquired spinlock structure.  


[[Category:KEE]]
[[Category:KEE]]

Revision as of 23:03, 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.