Skip to content

Commit

Permalink
[handler.functions] Add reference to [intro.races]
Browse files Browse the repository at this point in the history
  • Loading branch information
Eisenwave authored Mar 2, 2024
1 parent ceff4ea commit ebf81ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/lib-intro.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3340,8 +3340,8 @@
\end{itemize}

\pnum
Calling the \tcode{set_*} and \tcode{get_*} functions shall not incur a data race. A call to
any of the \tcode{set_*} functions shall synchronize with subsequent calls to the same
Calling the \tcode{set_*} and \tcode{get_*} functions shall not incur a data race\iref{intro.races}.
A call to any of the \tcode{set_*} functions shall synchronize with subsequent calls to the same
\tcode{set_*} function and to the corresponding \tcode{get_*} function.

\rSec3[res.on.functions]{Other functions}
Expand Down

0 comments on commit ebf81ef

Please sign in to comment.