cf_make_mutex¶
Category: multithreading
GitHub: cute_multithreading.h
Returns an unlocked CF_Mutex.
Remarks¶
Destroy the mutex with cf_destroy_mutex when done.
Related Pages¶
CF_Mutex
cf_mutex_try_lock
cf_destroy_mutex
cf_mutex_lock
cf_mutex_unlock