Jump to content

KernFreeMutexLock: Difference between revisions

From EDM2
No edit summary
No edit summary
Line 1: Line 1:
Destroy a mutexlock.
==Synopsis==
==Synopsis==
APIRET APIENTRY KernFreeMutexLock(KEEMutexLock* ml);
APIRET APIENTRY KernFreeMutexLock(KEEMutexLock* ml);
==Description==
Destroy a mutexlock.


==Parameters==
==Parameters==
Line 11: Line 10:
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:Kern]]
[[Category:KEE]]

Revision as of 21:46, 9 June 2017

Destroy a mutexlock.

Synopsis

APIRET APIENTRY KernFreeMutexLock(KEEMutexLock* ml);

Parameters

ml: Pointer to a mutexlock.

Comments

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