Jump to content

KernRequestExclusiveMutex: Difference between revisions

From EDM2
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
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'' (KEEMutexLock) - input: Pointer to exclusively owned mutexlock structure.  


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

Latest revision as of 03:42, 28 May 2025

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

Synopsis

VOID APIENTRY KernRequestExclusiveMutex(KEEMutexLock* ml);

Parameters

ml (KEEMutexLock) - input
Pointer to exclusively owned mutexlock structure.