KernAllocSpinLock: Difference between revisions
Appearance
m Ak120 moved page OS2 API:KEE:KernAllocSpinLock to KernAllocSpinLock |
No edit summary |
||
(One intermediate revision by one other user not shown) | |||
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 (KEESpinLock*) - input: Pointer to a spinlock structure in 32 bit memory. | |||
[[Category: | [[Category:KEE]] |
Latest revision as of 03:07, 28 May 2025
Initializes a spinlock to synchronize SMP processor access to a resource.
Synopsis
APIRET APIENTRY KernAllocSpinLock(KEESpinLock* sl);
Parameters
- sl (KEESpinLock*) - input
- Pointer to a spinlock structure in 32 bit memory.