We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f7d5a9 commit 3050772Copy full SHA for 3050772
source/basic.tex
@@ -6319,7 +6319,7 @@
6319
operations on mutexes\iref{thread} that are specially identified as
6320
synchronization operations. These operations play a special role in making
6321
assignments in one thread visible to another. A synchronization operation on one
6322
-or more memory locations is either a consume operation, an acquire operation, a
+or more memory locations is either an acquire operation, a
6323
release operation, or both an acquire and release operation. A synchronization
6324
operation without an associated memory location is a fence and can be either an
6325
acquire fence, a release fence, or both an acquire and release fence. In
0 commit comments