Jump to content

KernTryRequestSharedMutex: Difference between revisions

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


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

Revision as of 02:47, 10 May 2017

Synopsis

INT APIENTRY KernTryRequestSharedMutex(KEEMutexLock* ml);

Description

Try to acquire a shared mutexlock. If this fails, 0 is returned, if it succeeds, the mutexlock is acquired, and 1 is returned.

Parameters

ml: Pointer to a mutexlock structure.