Jump to content

KernReleaseExclusiveMutex: Difference between revisions

From EDM2
Created page with "==Synopsis== VOID APIENTRY KernReleaseExclusiveMutex(KEEMutexLock* ml); ==Description== Give up an owned exclusively locked structure. If there are threads waiting, they will..."
 
Ak120 (talk | contribs)
(No difference)

Revision as of 02:57, 27 February 2017

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.