Jump to content

KernFreeSpinLock

From EDM2
Revision as of 12:15, 27 February 2017 by Ak120 (talk | contribs) (Ak120 moved page OS2 API:KEE:KernFreeSpinLock to KernFreeSpinLock)

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.