Jump to content

KernTryRequestExclusiveMutex: Difference between revisions

From EDM2
Ak120 (talk | contribs)
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
Attempt to acquire an exclusive owned mutex lock. Returns 0 if the request failed, else 1, and the mutexlock is acquired successfully.
==Synopsis==
==Synopsis==
INT APIENTRY KernTryRequestExclusiveMutex(KEEMutexLock* ml);
INT APIENTRY KernTryRequestExclusiveMutex(KEEMutexLock* ml);
 
==Description==
Attempt to acquire an exclusive owned mutex lock. Returns 0 if the request failed, else 1, and the mutexlock is acquired successfully.


==Parameters==
==Parameters==
'''ml:''' Pointer to an exclusive mutexlock.  
; ''ml'' (KEEMutexLock*) - input: Pointer to an exclusive mutexlock.  




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

Latest revision as of 03:50, 28 May 2025

Attempt to acquire an exclusive owned mutex lock. Returns 0 if the request failed, else 1, and the mutexlock is acquired successfully.

Synopsis

INT APIENTRY KernTryRequestExclusiveMutex(KEEMutexLock* ml);

Parameters

ml (KEEMutexLock*) - input
Pointer to an exclusive mutexlock.