KernReleaseExclusiveMutex: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
==Parameters== | ==Parameters== | ||
; | ; ''ml'' (KEEMutexLock*) - input: Pointer to an exclusive owned mutexlock structure. | ||
[[Category:KEE]] | [[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.