Attempt to clarify some confusing wording regarding atomic_load() and

atomic_store().
This commit is contained in:
jhb 2009-05-21 13:39:46 +00:00
parent 68353e273f
commit 57032de649

View File

@ -225,7 +225,7 @@ return (*addr)
.Pp
The
.Fn atomic_load
functions always have acquire semantics.
functions are only provided with acquire memory barriers.
.Bl -hang
.It Fn atomic_readandclear addr
.Bd -literal -compact
@ -263,7 +263,7 @@ not have any variants with memory barriers at this time.
.Pp
The
.Fn atomic_store
functions always have release semantics.
functions are only provided with release memory barriers.
.Pp
The type
.Dq Li 64