KernReleaseExclusiveMutex: Difference between revisions
Appearance
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); | ||
==Parameters== | ==Parameters== | ||
'''ml''': Pointer to an exclusive owned mutexlock structure. | ; '''ml''': Pointer to an exclusive owned mutexlock structure. | ||
[[Category: | [[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.