Jump to content

KernReleaseSpinLock: Difference between revisions

From EDM2
Created page with "==Synopsis== VOID APIENTRY KernReleaseSpinLock(KEESpinLock* sl); ==Description== Release the spinlock by the current owner after use. ==Parameters== '''sl:''' Pointer to an ..."
 
No edit summary
 
(5 intermediate revisions by 2 users 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);
 
==Description==
Release the spinlock by the current owner after use.


==Parameters==
==Parameters==
'''sl:''' Pointer to an acquired spinlock structure.  
; ''sl'' (KEESpinLock*) - input : Pointer to an acquired spinlock structure.  


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