KernReleaseExclusiveMutex: Difference between revisions
Appearance
Created page with "==Synopsis== VOID APIENTRY KernReleaseExclusiveMutex(KEEMutexLock* ml); ==Description== Give up an owned exclusively locked structure. If there are threads waiting, they will..." |
m Ak120 moved page OS2 API:KEE:KernReleaseExclusiveMutex to KernReleaseExclusiveMutex |
(No difference)
|
Revision as of 02:57, 27 February 2017
Synopsis
VOID APIENTRY KernReleaseExclusiveMutex(KEEMutexLock* ml);
Description
Give up an owned exclusively locked structure. If there are threads waiting, they will be unblocked.
Parameters
ml: Pointer to an exclusive owned mutexlock structure.