Skip to content

MTY_RWLockDestroy

chrisd1100 edited this page Aug 25, 2022 · 1 revision

Destroy an MTY_RWLock.

void MTY_RWLockDestroy(
    MTY_RWLock ** rwlock
);

Parameters

rwlock (MTY_RWLock **)

Passed by reference and set to NULL after being destroyed.

Platform support

Windows   macOS   Android   Linux  

See also

Module: Thread

Clone this wiki locally