KernFreeSpinLock: Difference between revisions
Appearance
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 |
||
Line 7: | Line 7: | ||
==Parameters== | ==Parameters== | ||
'''sl:''' Pointer to a spinlock structure. | '''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. | |||
[[Category:The OS/2 API Project]] | [[Category:The OS/2 API Project]] |
Revision as of 05:02, 6 June 2016
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.