Jump to content

KernFreeMutexLock: Difference between revisions

From EDM2
Ak120 (talk | contribs)
No edit summary
Line 11: Line 11:
Likewise to KernFreeSpinLock, this is supposed to do something, but doesn't. Again a sloppiness in code.  
Likewise to KernFreeSpinLock, this is supposed to do something, but doesn't. Again a sloppiness in code.  


[[Category:The OS/2 API Project]]
[[Category:Kern]]

Revision as of 02:50, 10 May 2017

Synopsis

APIRET APIENTRY KernFreeMutexLock(KEEMutexLock* ml);

Description

Destroy a mutexlock.

Parameters

ml: Pointer to a mutexlock.

Comments

Likewise to KernFreeSpinLock, this is supposed to do something, but doesn't. Again a sloppiness in code.