Jump to content

KernAllocSpinLock: Difference between revisions

From EDM2
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);
==Description==
Initializes a spinlock to synchronize SMP processor access to a resource.


==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:The OS/2 API Project]]
[[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.