Jump to content

KernReleaseExclusiveMutex: Difference between revisions

From EDM2
No edit summary
No edit summary
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''': Pointer to an exclusive owned mutexlock structure.  




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

Revision as of 21:51, 9 June 2017

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

Synopsis

VOID APIENTRY KernReleaseExclusiveMutex(KEEMutexLock* ml);

Parameters

ml
Pointer to an exclusive owned mutexlock structure.