Jump to content

KernRequestExclusiveMutex

From EDM2

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.