Jump to content

KernRequestExclusiveMutex

From EDM2
Revision as of 21:52, 9 June 2017 by Martini (talk | contribs)

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.