Skip to content

Commit 3050772

Browse files
jensmaurertkoeppe
authored andcommitted
[intro.races] Remove mention of 'consume operation'
1 parent 7f7d5a9 commit 3050772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/basic.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6319,7 +6319,7 @@
63196319
operations on mutexes\iref{thread} that are specially identified as
63206320
synchronization operations. These operations play a special role in making
63216321
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
6322+
or more memory locations is either an acquire operation, a
63236323
release operation, or both an acquire and release operation. A synchronization
63246324
operation without an associated memory location is a fence and can be either an
63256325
acquire fence, a release fence, or both an acquire and release fence. In

0 commit comments

Comments
 (0)