1CK_RWCOHORT_READ_UNLO... BSD Library Functions Manual CK_RWCOHORT_READ_UNLO...
2

NAME

4     CK_RWCOHORT_READ_UNLOCK — relinquish read-only access to cohort-based
5     reader-writer lock
6

LIBRARY

8     Concurrency Kit (libck, -lck)
9

SYNOPSIS

11     #include <ck_cohort.h>
12
13     CK_RWCOHORT_NEUTRAL_READ_UNLOCK(COHORT_NAME cohort_name, LOCK *lock,
14         COHORT *cohort"void *global_context, void *local_context);
15
16     CK_RWCOHORT_RP_READ_UNLOCK(COHORT_NAME cohort_name, LOCK *lock,
17         COHORT *cohort"void *global_context, void *local_context);
18
19     CK_RWCOHORT_WP_READ_UNLOCK(COHORT_NAME cohort_name, LOCK *lock,
20         COHORT *cohort"void *global_context, void *local_context);
21

DESCRIPTION

23     This call will relinquish read-only permission to lock.  cohort must
24     point to a cohort whose global lock is the same as all other cohorts used
25     with lock.  The global_context and local_context arguments will be passed
26     along as the context arguments to any calls to cohort.
27

SEE ALSO

29     ck_cohort(3), CK_RWCOHORT_PROTOTYPE(3), CK_RWCOHORT_INSTANCE(3),
30     CK_RWCOHORT_INITIALIZER(3), CK_RWCOHORT_INIT(3),
31     CK_RWCOHORT_READ_LOCK(3), CK_RWCOHORT_WRITE_LOCK(3),
32     CK_RWCOHORT_WRITE_UNLOCK(3),
33
34     Additional information available at http://concurrencykit.org/
35
36                              February 24, 2013.
Impressum