-
Notifications
You must be signed in to change notification settings - Fork 56
MTY_RWTryLockReader
chrisd1100 edited this page Aug 25, 2022
·
1 revision
Try to acquire a read lock on an MTY_RWLock
but fail if doing so would block.
bool MTY_RWTryLockReader(
MTY_RWLock * ctx
);
ctx
(MTY_RWLock *
)
An MTY_RWLock
.
bool
If the lock was acquired, returns true
, otherwise false
.