KernReleaseExclusiveMutex: Difference between revisions
Appearance
m Ak120 moved page OS2 API:KEE:KernReleaseExclusiveMutex to KernReleaseExclusiveMutex |
No edit summary |
||
Line 9: | Line 9: | ||
[[Category: | [[Category:Kern]] |
Revision as of 02:45, 10 May 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.