Jump to content

KernAllocSpinLock: Difference between revisions

From EDM2
Created page with "==Synopsis== APIRET APIENTRY KernAllocSpinLock(KEESpinLock* sl); ==Description== Initializes a spinlock to synchronize SMP processor access to a resource. ==Parameters== '''..."
(No difference)

Revision as of 05:00, 6 June 2016

Synopsis

APIRET APIENTRY KernAllocSpinLock(KEESpinLock* sl);

Description

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

Parameters

sl: Pointer to a spinlock structure in 32 bit memory.