Jump to content

KernRequestExclusiveMutex

From EDM2
Revision as of 03:42, 28 May 2025 by Martini (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.