menu
stdc package
documentation
threads.dart
ThreadsStdc
mtx_unlock method
mtx_unlock method
dark_mode
light_mode
mtx_unlock
method
int
mtx_unlock
(
mtx_t
mtx
)
Unlock a mutex
Implementation
int mtx_unlock(mtx_t mtx) { mtx.locked = false; return thrd_success; }
stdc package
documentation
threads
ThreadsStdc
mtx_unlock method
ThreadsStdc extension on
Stdc