CK_RWCOHORT_WRITE_UNLOCK (3) - Linux Manuals
CK_RWCOHORT_WRITE_UNLOCK: relinquish write access for cohort-based reader-writer lock
NAME
CK_RWCOHORT_WRITE_UNLOCK - relinquish write access for cohort-based reader-writer lockLIBRARY
Concurrency Kit (libck, -lck)SYNOPSIS
In ck_cohort.h Fn CK_RWCOHORT_NEUTRAL_WRITE_UNLOCK COHORT_NAME cohort_name LOCK *lock COHORT *cohortvoid *global_context void *local_context Fn CK_RWCOHORT_RP_WRITE_UNLOCK COHORT_NAME cohort_name LOCK *lock COHORT *cohortvoid *global_context void *local_context Fn CK_RWCOHORT_WP_WRITE_UNLOCK COHORT_NAME cohort_name LOCK *lock COHORT *cohortvoid *global_context void *local_contextDESCRIPTION
This call will relinquish write permission for Fa lock . Fa cohort must point to a cohort whose global lock is the same as all other cohorts used with Fa lock . The Fa global_context and Fa local_context arguments will be passed along as the context arguments to any calls to Fa cohort .SEE ALSO
ck_cohort3, CK_RWCOHORT_PROTOTYPE3, CK_RWCOHORT_INSTANCE3, CK_RWCOHORT_INITIALIZER3, CK_RWCOHORT_INIT3, CK_RWCOHORT_READ_LOCK3, CK_RWCOHORT_READ_UNLOCK3, CK_RWCOHORT_WRITE_LOCK3,Additional information available at http://concurrencykit.org/