Jump to content

KernReleaseExclusiveMutex

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

Give up an owned exclusively locked structure. If there are threads waiting, they will be unblocked.

Synopsis

VOID APIENTRY KernReleaseExclusiveMutex(KEEMutexLock* ml);

Parameters

ml (KEEMutexLock*) - input
Pointer to an exclusive owned mutexlock structure.