CK_RWCOHORT_INSTANCE (3) Linux Manual Page
CK_RWCOHORT_INSTANCE – declare an instance of a cohort-based reader-writer lock type LibraryConcurrency Kit (libck, -lck) SynopsisIn ck_cohort.h Fn CK_RWCOHORT_NEUTRAL_INSTANCE COHORT_NAME cohort_name Fn CK_RWCOHORT_RP_INSTANCE COHORT_NAME cohort_name Fn CK_RWCOHORT_WP_INSTANCE COHORT_NAME cohort_name DescriptionThe user must use this macro to declare instances of lock types that they have defined using the CK_RWCOHORT_PROTOTYPE3 macro. The cohort_name must be the same…
