KernRequestExclusiveMutex: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
Request an exclusively owned mutex. Thread will block with the mutexlock is already owned. | |||
==Synopsis== | ==Synopsis== | ||
VOID APIENTRY KernRequestExclusiveMutex(KEEMutexLock* ml); | VOID APIENTRY KernRequestExclusiveMutex(KEEMutexLock* ml); | ||
==Parameters== | ==Parameters== | ||
'''ml''': Pointer to exclusively owned mutexlock structure. | ; '''ml''': Pointer to exclusively owned mutexlock structure. | ||
[[Category: | [[Category:KEE]] |
Revision as of 21:52, 9 June 2017
Request an exclusively owned mutex. Thread will block with the mutexlock is already owned.
Synopsis
VOID APIENTRY KernRequestExclusiveMutex(KEEMutexLock* ml);
Parameters
- ml
- Pointer to exclusively owned mutexlock structure.