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 7b8acb5 commit b58ed93Copy full SHA for b58ed93
source/basic.tex
@@ -6250,7 +6250,7 @@
6250
operations on mutexes\iref{thread} that are specially identified as
6251
synchronization operations. These operations play a special role in making
6252
assignments in one thread visible to another. A synchronization operation on one
6253
-or more memory locations is either a consume operation, an acquire operation, a
+or more memory locations is either an acquire operation, a
6254
release operation, or both an acquire and release operation. A synchronization
6255
operation without an associated memory location is a fence and can be either an
6256
acquire fence, a release fence, or both an acquire and release fence. In
0 commit comments