Jump to content

KernReleaseExclusiveMutex

From EDM2
Revision as of 05:15, 6 June 2016 by Martini (talk | contribs) (Created page with "==Synopsis== VOID APIENTRY KernReleaseExclusiveMutex(KEEMutexLock* ml); ==Description== Give up an owned exclusively locked structure. If there are threads waiting, they will...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.