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== '''..." |
No edit summary |
||
(2 intermediate revisions 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.