cf_mutex_lock¶
Category: multithreading
GitHub: cute_multithreading.h
Locks a CF_Mutex.
Parameters | Description |
---|---|
mutex | The mutex. |
Remarks¶
Will cause the thread to wait until the lock is available if it's currently locked.
Related Pages¶
CF_Mutex
cf_make_mutex
cf_destroy_mutex
cf_mutex_try_lock
cf_mutex_unlock