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

« back to all changes in this revision

Viewing changes to doc/ck_pr_fence_atomic_load

  • 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:
25
25
.\"
26
26
.\"
27
27
.Dd May 16, 2013
28
 
.Dt CK_PR_FENCE_ATOMIC_LOAD 3 
 
28
.Dt CK_PR_FENCE_ATOMIC_LOAD 3
29
29
.Sh NAME
30
30
.Nm ck_pr_fence_atomic_load
31
31
.Nd enforce ordering of atomic read-modify-write operations to load operations
38
38
.Ft void
39
39
.Fn ck_pr_fence_strict_atomic_load void
40
40
.Sh DESCRIPTION
41
 
The 
 
41
The
42
42
.Fn ck_pr_fence_atomic_load
43
 
function enfores the ordering of any 
 
43
function enfores the ordering of any
44
44
atomic read-modify-write operations relative to
45
45
any load operations following the function invocation. This function
46
46
always serve as an implicit compiler barrier. On
93
93
.Xr ck_pr_faa 3 ,
94
94
.Xr ck_pr_inc 3 ,
95
95
.Xr ck_pr_dec 3 ,
96
 
.Xr ck_pr_neg 3 , 
 
96
.Xr ck_pr_neg 3 ,
97
97
.Xr ck_pr_not 3 ,
98
98
.Xr ck_pr_add 3 ,
99
99
.Xr ck_pr_sub 3 ,