Jump to content

KernReleaseExclusiveMutex: Difference between revisions

From EDM2
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
Give up an owned exclusively locked structure. If there are threads waiting, they will be unblocked.
==Synopsis==
==Synopsis==
VOID APIENTRY KernReleaseExclusiveMutex(KEEMutexLock* ml);
VOID APIENTRY KernReleaseExclusiveMutex(KEEMutexLock* ml);
 
==Description==
Give up an owned exclusively locked structure. If there are threads waiting, they will be unblocked.


==Parameters==
==Parameters==
'''ml''': Pointer to an exclusive owned mutexlock structure.  
; ''ml'' (KEEMutexLock*) - input: Pointer to an exclusive owned mutexlock structure.  




[[Category:Kern]]
[[Category:KEE]]

Latest revision as of 03:37, 28 May 2025

Give up an owned exclusively locked structure. If there are threads waiting, they will be unblocked.

Synopsis

VOID APIENTRY KernReleaseExclusiveMutex(KEEMutexLock* ml);

Parameters

ml (KEEMutexLock*) - input
Pointer to an exclusive owned mutexlock structure.