KernFreeMutexLock: Difference between revisions
Appearance
m Ak120 moved page OS2 API:KEE:KernFreeMutexLock to KernFreeMutexLock |
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: | [[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.