GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
CK_COHORT_LOCK(3) FreeBSD Library Functions Manual CK_COHORT_LOCK(3)

CK_COHORT_LOCK
acquire cohort lock

Concurrency Kit (libck, -lck)

#include <ck_cohort.h>

CK_COHORT_LOCK(COHORT_NAME cohort_name, COHORT *cohort, void *global_context, void *local_context);

This call attempts to acquire both the local and global (if necessary) locks from cohort. The call will block until both locks have been acquired. global_context will be passed as the second argument to the function that was provided as the global_lock_method argument to CK_COHORT_PROTOTYPE if that method is called, and local_context will be passed to the function specified by local_lock_method

ck_cohort(3), CK_COHORT_PROTOTYPE(3), CK_COHORT_TRYLOCK_PROTOTYPE(3), CK_COHORT_INSTANCE(3), CK_COHORT_INITIALIZER(3), CK_COHORT_INIT(3), CK_COHORT_UNLOCK(3), CK_COHORT_LOCKED(3), CK_COHORT_TRYLOCK(3),

Additional information available at http://concurrencykit.org/

February 24, 2013.

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.