KernAllocSpinLock: Difference between revisions
Appearance
Created page with "==Synopsis== APIRET APIENTRY KernAllocSpinLock(KEESpinLock* sl); ==Description== Initializes a spinlock to synchronize SMP processor access to a resource. ==Parameters== '''..." |
m Ak120 moved page OS2 API:KEE:KernAllocSpinLock to KernAllocSpinLock |
(No difference)
|
Revision as of 00:37, 27 February 2017
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.