KernFreeSpinLock: Difference between revisions
Appearance
mNo edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
==Parameters== | ==Parameters== | ||
;sl: Pointer to a spinlock structure. | ;sl (KEESpinLock*) - input: Pointer to a spinlock structure. | ||
==Comments== | ==Comments== |
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.