Jump to content

KernReleaseExclusiveMutex

From EDM2
Revision as of 02:45, 10 May 2017 by Martini (talk | contribs)

Synopsis

VOID APIENTRY KernReleaseExclusiveMutex(KEEMutexLock* ml);

Description

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

Parameters

ml: Pointer to an exclusive owned mutexlock structure.