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