Jump to content

KernAcquireSpinLock

From EDM2
Revision as of 00:34, 27 February 2017 by Ak120 (talk | contribs) (Ak120 moved page OS2 API:KEE:KernAcquireSpinLock to KernAcquireSpinLock)

Synopsis

VOID APIENTRY KernAcquireSpinLock(KEESpinLock* sl);

Description

Try to acquire the spinlock. If another processor already owns the spinlock, the caller will busy wait until the other owner releases the lock, then acquires the lock immediately.

Parameters

sl: Pointer to an initialized spinlock structure-