From 77ab9319454a5c079c8446c1924e2526677651ca Mon Sep 17 00:00:00 2001 From: Hui Xie Date: Sun, 21 Sep 2025 20:10:46 +0100 Subject: [PATCH] Remove notes about shared memory from the lock free recommendation --- source/threads.tex | 5 ----- 1 file changed, 5 deletions(-) diff --git a/source/threads.tex b/source/threads.tex index 9be4571b79..7d10d27adf 100644 --- a/source/threads.tex +++ b/source/threads.tex @@ -3135,11 +3135,6 @@ communicate atomically. \end{footnote} The implementation of these operations should not depend on any per-process state. -\begin{note} -This restriction enables communication by memory that is -mapped into a process more than once and by memory that is shared between two -processes. -\end{note} \rSec2[atomics.wait]{Waiting and notifying}