KernReleaseExclusiveMutex
Appearance
VOID APIENTRY KernReleaseExclusiveMutex(KEEMutexLock* ml);
Give up an owned exclusively locked structure. If there are threads waiting, they will be unblocked.
ml: Pointer to an exclusive owned mutexlock structure.