Skip to content

MTY_MutexUnlock

chrisd1100 edited this page Aug 25, 2022 · 1 revision

Unlock a mutex.

void MTY_MutexUnlock(
    MTY_Mutex * ctx
);

Parameters

ctx (MTY_Mutex *)

An MTY_Mutex.

Platform support

Windows   macOS   Android   Linux  

See also

Module: Thread

Clone this wiki locally