Jump to content

KernAcquireSpinLock

From EDM2
Revision as of 05:03, 6 June 2016 by Martini (talk | contribs) (Created page with "==Synopsis== VOID APIENTRY KernAcquireSpinLock(KEESpinLock* sl); ==Description== Try to acquire the spinlock. If another processor already owns the spinlock, the caller will ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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-