KernAllocSpinLock: Difference between revisions
Appearance
m Ak120 moved page OS2 API:KEE:KernAllocSpinLock to KernAllocSpinLock |
mNo edit summary |
||
Line 1: | Line 1: | ||
Initializes a spinlock to synchronize SMP processor access to a resource. | |||
==Synopsis== | ==Synopsis== | ||
APIRET APIENTRY KernAllocSpinLock(KEESpinLock* sl); | APIRET APIENTRY KernAllocSpinLock(KEESpinLock* sl); | ||
==Parameters== | ==Parameters== | ||
;sl: Pointer to a spinlock structure in 32 bit memory. | |||
[[Category: | [[Category:KEE]] |
Revision as of 02:03, 9 March 2017
Initializes a spinlock to synchronize SMP processor access to a resource.
Synopsis
APIRET APIENTRY KernAllocSpinLock(KEESpinLock* sl);
Parameters
- sl
- Pointer to a spinlock structure in 32 bit memory.