Jump to content

KernAllocSpinLock: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Ak120 (talk | contribs)
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);
==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: Pointer to a spinlock structure in 32 bit memory.  
 


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