Jump to content

KernRequestExclusiveMutex: Difference between revisions

From EDM2
Ak120 (talk | contribs)
No edit summary
Line 9: Line 9:
'''ml''': Pointer to exclusively owned mutexlock structure.  
'''ml''': Pointer to exclusively owned mutexlock structure.  


[[Category:The OS/2 API Project]]
[[Category:Kern]]

Revision as of 02:45, 10 May 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.