Jump to content

KernFreeMutexLock: Difference between revisions

From EDM2
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:


==Parameters==
==Parameters==
'''ml:''' Pointer to a mutexlock.  
; ml (KEEMutexLock*) - input : Pointer to a mutexlock.  


==Comments==
==Comments==
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:KEE]]
[[Category:KEE]]

Latest revision as of 03:18, 28 May 2025

Destroy a mutexlock.

Synopsis

APIRET APIENTRY KernFreeMutexLock(KEEMutexLock* ml);

Parameters

ml (KEEMutexLock*) - input
Pointer to a mutexlock.

Comments

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