KernAllocSpinLock: Difference between revisions
Appearance
mNo edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
==Parameters== | ==Parameters== | ||
;sl: Pointer to a spinlock structure in 32 bit memory. | ;sl (KEESpinLock*) - input: Pointer to a spinlock structure in 32 bit memory. | ||
[[Category:KEE]] | [[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.