CK_COHORT_UNLOCK(3)
release cohort lock
LIBRARY
Concurrency Kit (libck, -lck)
SYNOPSIS
In ck_cohort.h
Fn CK_COHORT_UNLOCK COHORT_NAME cohort_name COHORT *cohort void *global_context void *local_context
DESCRIPTION
This call instructs
Fa cohort
to relinquish its local lock and potentially its global lock as well.
Fa global_context
will be passed as the second argument to the function that was provided as the
Fa global_lock_method
argument to CK_COHORT_PROTOTYPE if that method is called, and
Fa local_context
will be passed to the function specified by
Fa local_lock_method