ck_pr(3)
concurrency primitives interface
LIBRARY
Concurrency Kit (libck, -lck)
SYNOPSIS
In ck_pr.h
DESCRIPTION
ck_pr.h provides an interface to volatile atomic instructions,
memory barriers and busy-wait facilities as provided by the
underlying processor. The presence of an atomic operation
is detected by the presence of a corresponding CK_F_PR macro.
For example, the availability of
ck_pr_add_163
would be determined by the presence of CK_F_PR_ADD_16.