cf_mutex_try_lock¶
Category: multithreading
GitHub: cute_multithreading.h
Attempts to lock a CF_Mutex without waiting.
Parameters | Description |
---|---|
mutex | The mutex. |
Return Value¶
Returns true if the lock was acquired, and false if the lock was already locked.
Related Pages¶
CF_Mutex
cf_make_mutex
cf_destroy_mutex
cf_mutex_lock
cf_mutex_unlock