cf_make_cv¶
Category: multithreading
GitHub: cute_multithreading.h
Returns an initialized CF_ConditionVariable, used to sleep or wake threads.
Remarks¶
Destroy the mutex with cf_destroy_cv when done.
Related Pages¶
CF_ConditionVariable
cf_cv_wait
cf_destroy_cv
cf_cv_wake_all
cf_cv_wake_one