Jump to content

KernAllocSpinLock

From EDM2
Revision as of 03:07, 28 May 2025 by Martini (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Initializes a spinlock to synchronize SMP processor access to a resource.

Synopsis

APIRET APIENTRY KernAllocSpinLock(KEESpinLock* sl);

Parameters

sl (KEESpinLock*) - input
Pointer to a spinlock structure in 32 bit memory.