KernFreeSpinLock: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
Line 2: | Line 2: | ||
==Synopsis== | ==Synopsis== | ||
APIRET APIENTRY KernFreeSpinLock(KEESpinLock* sl); | APIRET APIENTRY KernFreeSpinLock(KEESpinLock* sl); | ||
==Parameters== | ==Parameters== | ||
;sl: Pointer to a spinlock structure. | |||
==Comments== | ==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. | 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:KEE]] | [[Category:KEE]] |
Revision as of 12:14, 19 July 2020
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.