CK_COHORT_PROTOTYPE (3) Linux Manual Page
CK_COHORT_PROTOTYPE – define cohort type with specified lock types LibraryConcurrency Kit (libck, -lck) SynopsisIn ck_cohort.h Fn CK_COHORT_PROTOTYPE COHORT_NAME cohort_name TYPE global_lock_method LOCK_FXN global_unlock_method LOCK_FXN local_lock_method LOCK_FXN local_unlock_method DescriptionThe ck_cohort.h header file does not define any cohort types. Instead, the user must use the CK_COHORT_PROTOTYPE or CK_COHORT_TRYLOCK_PROTOTYPE3 macros to define any types they want to use….
