Jump to content

KernRequestExclusiveMutex: Difference between revisions

From EDM2
No edit summary
No edit summary
Line 1: Line 1:
Request an exclusively owned mutex. Thread will block with the mutexlock is already owned.
==Synopsis==
==Synopsis==
VOID APIENTRY KernRequestExclusiveMutex(KEEMutexLock* ml);
VOID APIENTRY KernRequestExclusiveMutex(KEEMutexLock* ml);
 
==Description==
Request an exclusively owned mutex. Thread will block with the mutexlock is already owned.


==Parameters==
==Parameters==


'''ml''': Pointer to exclusively owned mutexlock structure.  
; '''ml''': Pointer to exclusively owned mutexlock structure.  


[[Category:Kern]]
[[Category:KEE]]

Revision as of 21:52, 9 June 2017

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

Synopsis

VOID APIENTRY KernRequestExclusiveMutex(KEEMutexLock* ml);

Parameters

ml
Pointer to exclusively owned mutexlock structure.