KernAcquireSpinLock

From EDM2
Jump to: navigation, search

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.

Synopsis

VOID APIENTRY KernAcquireSpinLock (KEESpinLock* sl);

Parameters

sl
Pointer to an initialized spinlock structure