cf_destroy_mutex¶
Category: multithreading
GitHub: cute_multithreading.h
Destroys a CF_Mutex created with cf_make_mutex.
Parameters | Description |
---|---|
mutex | The mutex. |
Related Pages¶
CF_Mutex
cf_make_mutex
cf_mutex_try_lock
cf_mutex_lock
cf_mutex_unlock