Attempt to clarify some confusing wording regarding atomic_load() and
atomic_store().
This commit is contained in:
parent
68353e273f
commit
57032de649
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user