KernRequestExclusiveMutex: Difference between revisions
Appearance
Created page with "==Synopsis== VOID APIENTRY KernRequestExclusiveMutex(KEEMutexLock* ml); ==Description== Request an exclusively owned mutex. Thread will block with the mutexlock is already ow..." |
m Ak120 moved page OS2 API:KEE:KernRequestExclusiveMutex to KernRequestExclusiveMutex |
(No difference)
|
Revision as of 12:16, 27 February 2017
Synopsis
VOID APIENTRY KernRequestExclusiveMutex(KEEMutexLock* ml);
Description
Request an exclusively owned mutex. Thread will block with the mutexlock is already owned.
Parameters
ml: Pointer to exclusively owned mutexlock structure.