~ubuntu-branches/ubuntu/vivid/ck/vivid-proposed

« back to all changes in this revision

Viewing changes to doc/ck_pr

  • Committer: Package Import Robot
  • Author(s): Daniel Pocock
  • Date: 2014-09-10 22:16:03 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20140910221603-bozg1pm8y27b76us
Tags: 0.4.4-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
memory barriers and busy-wait facilities as provided by the
39
39
underlying processor. The presence of an atomic operation
40
40
is detected by the presence of a corresponding CK_F_PR macro.
41
 
For example, the availability of 
 
41
For example, the availability of
42
42
.Xr ck_pr_add_16 3
43
43
would be determined by the presence of CK_F_PR_ADD_16.
44
44
.Sh SEE ALSO
56
56
.Xr ck_pr_faa 3 ,
57
57
.Xr ck_pr_inc 3 ,
58
58
.Xr ck_pr_dec 3 ,
59
 
.Xr ck_pr_neg 3 , 
 
59
.Xr ck_pr_neg 3 ,
60
60
.Xr ck_pr_not 3 ,
61
61
.Xr ck_pr_add 3 ,
62
62
.Xr ck_pr_sub 3 ,