Jump to content

KernRequestExclusiveMutex: Difference between revisions

From EDM2
Created page with "==Synopsis== VOID APIENTRY KernRequestExclusiveMutex(KEEMutexLock* ml); ==Description== Request an exclusively owned mutex. Thread will block with the mutexlock is already ow..."
 
Ak120 (talk | contribs)
(No difference)

Revision as of 12:16, 27 February 2017

Synopsis

VOID APIENTRY KernRequestExclusiveMutex(KEEMutexLock* ml);

Description

Request an exclusively owned mutex. Thread will block with the mutexlock is already owned.

Parameters

ml: Pointer to exclusively owned mutexlock structure.