Skip to content

Commit 34cd2bc

Browse files
committed
[intro.races] Replace "library call" with "evaluation"; mark example
1 parent 721d01c commit 34cd2bc

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

source/basic.tex

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6747,9 +6747,12 @@
67476747
every subsequent operation is an atomic read-modify-write operation.
67486748

67496749
\pnum
6750-
Certain library calls \defn{synchronize with} other library calls performed by
6751-
another thread. For example, an atomic store-release synchronizes with a
6750+
Certain evaluations \defn{synchronize with} other evaluations performed by
6751+
another thread.
6752+
\begin{example}
6753+
An atomic store-release synchronizes with a
67526754
load-acquire that takes its value from the store\iref{atomics.order}.
6755+
\end{example}
67536756
\begin{note}
67546757
Except in the specified cases, reading a later value does not
67556758
necessarily ensure visibility as described below. Such a requirement would

0 commit comments

Comments
 (0)