Skip to content

Commit 77ab931

Browse files
committed
Remove notes about shared memory from the lock free recommendation
1 parent b9d7470 commit 77ab931

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

source/threads.tex

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3135,11 +3135,6 @@
31353135
communicate atomically.
31363136
\end{footnote}
31373137
The implementation of these operations should not depend on any per-process state.
3138-
\begin{note}
3139-
This restriction enables communication by memory that is
3140-
mapped into a process more than once and by memory that is shared between two
3141-
processes.
3142-
\end{note}
31433138

31443139
\rSec2[atomics.wait]{Waiting and notifying}
31453140

0 commit comments

Comments
 (0)