-
Notifications
You must be signed in to change notification settings - Fork 55
MTY_RWLockWriter
chrisd1100 edited this page Aug 25, 2022
·
1 revision
Acquire a write lock on an MTY_RWLock
, block other readers and writers.
void MTY_RWLockWriter(
MTY_RWLock * ctx
);
ctx
(MTY_RWLock *
)
An MTY_RWLock
.