CK_COHORT_INIT (3) Linux Manual Page
CK_COHORT_INIT – initialize instance of a cohort type Library Concurrency Kit (libck, -lck) Synopsis In ck_cohort.h Fn CK_COHORT_INIT COHORT_NAME cohort_name COHORT *cohort void *global_lock void *local_lock unsigned int pass_limit Description Until a cohort instance is initialized using the CK_COHORT_INIT macro, any operations involving it will have undefined behavior. After this macro has been called, the…
