Jump to content

KernRequestExclusiveMutex

From EDM2
Revision as of 05:14, 6 June 2016 by Martini (talk | contribs) (Created page with "==Synopsis== VOID APIENTRY KernRequestExclusiveMutex(KEEMutexLock* ml); ==Description== Request an exclusively owned mutex. Thread will block with the mutexlock is already ow...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Synopsis

VOID APIENTRY KernRequestExclusiveMutex(KEEMutexLock* ml);

Description

Request an exclusively owned mutex. Thread will block with the mutexlock is already owned.

Parameters

ml: Pointer to exclusively owned mutexlock structure.