Jump to content

KernFreeSpinLock: Difference between revisions

From EDM2
Ak120 (talk | contribs)
No edit summary
Line 11: Line 11:
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.  
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:Kern]]

Revision as of 02:50, 10 May 2017

Synopsis

APIRET APIENTRY KernFreeSpinLock(KEESpinLock* sl);

Description

Destroys a spinlock structure that is no longer in use.

Parameters

sl: 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.