KernFreeSpinLock: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
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); | ||
==Parameters== | ==Parameters== | ||
Line 11: | Line 10: | ||
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: | [[Category:KEE]] |
Revision as of 21:46, 9 June 2017
Destroys a spinlock structure that is no longer in use.
Synopsis
APIRET APIENTRY KernFreeSpinLock(KEESpinLock* sl);
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.