ck_pr_fence_acquire(3)
enforce acquire semantics
LIBRARY
Concurrency Kit (libck, -lck)
SYNOPSIS
In ck_pr.h
Ft void
Fn ck_pr_fence_acquire void
DESCRIPTION
This function enforces the partial ordering of any loads prior
to invocation with respect to any following stores, loads and
atomic operations. It is typically used to implement critical
sections.
RETURN VALUES
This function has no return value.