ck_pr_fence_release(3)
enforce release semantics
LIBRARY
Concurrency Kit (libck, -lck)
SYNOPSIS
In ck_pr.h
Ft void
Fn ck_pr_fence_release void
DESCRIPTION
This function enforces the partial ordering of any loads prior
to invocation with respect to any following stores and any stores
prior to invocation with respect to any following stores.
RETURN VALUES
This function has no return value.