Jump to content

KernFreeSpinLock: Difference between revisions

From EDM2
Created page with "==Synopsis== APIRET APIENTRY KernFreeSpinLock(KEESpinLock* sl); ==Description== Destroys a spinlock structure that is no longer in use. ==Parameters== '''sl:''' Pointer to a..."
 
No edit summary
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Destroys a spinlock structure that is no longer in use.
==Synopsis==
==Synopsis==
APIRET APIENTRY KernFreeSpinLock(KEESpinLock* sl);
APIRET APIENTRY KernFreeSpinLock(KEESpinLock* sl);


==Description==
==Parameters==
Destroys a spinlock structure that is no longer in use.
;sl (KEESpinLock*) - input: Pointer to a spinlock structure.


==Parameters==
==Comments==
'''sl:''' Pointer to a spinlock structure.  
Actually, this routine is supposed to clear the internal "in-use" flag. But in 14.039SMP, it does - nothing. I think this is a bug.


[[Category:The OS/2 API Project]]
[[Category:KEE]]

Latest revision as of 03:19, 28 May 2025

Destroys a spinlock structure that is no longer in use.

Synopsis

APIRET APIENTRY KernFreeSpinLock(KEESpinLock* sl);

Parameters

sl (KEESpinLock*) - input
Pointer to a spinlock structure.

Comments

Actually, this routine is supposed to clear the internal "in-use" flag. But in 14.039SMP, it does - nothing. I think this is a bug.