From ebf81ef353002dbea53474c1eb340838e26095e7 Mon Sep 17 00:00:00 2001 From: Jan Schultke Date: Sat, 2 Mar 2024 01:25:42 +0100 Subject: [PATCH] [handler.functions] Add reference to [intro.races] --- source/lib-intro.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/lib-intro.tex b/source/lib-intro.tex index 4a20459d0d..1368929680 100644 --- a/source/lib-intro.tex +++ b/source/lib-intro.tex @@ -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}