Skip to content

Commit b58ed93

Browse files
committed
[intro.races] Remove mention of 'consume operation'
1 parent 7b8acb5 commit b58ed93

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
@@ -6250,7 +6250,7 @@
62506250
operations on mutexes\iref{thread} that are specially identified as
62516251
synchronization operations. These operations play a special role in making
62526252
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
6253+
or more memory locations is either an acquire operation, a
62546254
release operation, or both an acquire and release operation. A synchronization
62556255
operation without an associated memory location is a fence and can be either an
62566256
acquire fence, a release fence, or both an acquire and release fence. In

0 commit comments

Comments
 (0)