Jump to content

KernFreeMutexLock: Difference between revisions

From EDM2
Created page with "==Synopsis== APIRET APIENTRY KernFreeMutexLock(KEEMutexLock* ml); ==Description== Destroy a mutexlock. ==Parameters== '''ml:''' Pointer to a mutexlock. ==Comments== Likewi..."
 
No edit summary
 
(4 intermediate revisions by 2 users not shown)
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==
'''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:The OS/2 API Project]]
[[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.