KernRequestExclusiveMutex: Difference between revisions
Appearance
m Ak120 moved page OS2 API:KEE:KernRequestExclusiveMutex to KernRequestExclusiveMutex |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
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'' (KEEMutexLock) - input: Pointer to exclusively owned mutexlock structure. | |||
[[Category: | [[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.