Skip to content

MTY_RWLockReader

chrisd1100 edited this page Aug 25, 2022 · 1 revision

Acquire a read lock on an MTY_RWLock, blocking other writers.

void MTY_RWLockReader(
    MTY_RWLock * ctx
);

Parameters

ctx (MTY_RWLock *)

An MTY_RWLock.

Platform support

Windows   macOS   Android   Linux  

See also

Module: Thread

Clone this wiki locally