KernRequestExclusiveMutex: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
==Parameters== | ==Parameters== | ||
; | ; ''ml'' (KEEMutexLock) - input: Pointer to exclusively owned mutexlock structure. | ||
[[Category:KEE]] | [[Category:KEE]] |
Latest revision as of 03:42, 28 May 2025
Request an exclusively owned mutex. Thread will block with the mutexlock is already owned.
Synopsis
VOID APIENTRY KernRequestExclusiveMutex(KEEMutexLock* ml);
Parameters
- ml (KEEMutexLock) - input
- Pointer to exclusively owned mutexlock structure.