Jump to content

KernReleaseExclusiveMutex

From EDM2

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.