Skip to content

Commit

Permalink
[intro.races] Remove mention of 'consume operation'
Browse files Browse the repository at this point in the history
  • Loading branch information
jensmaurer committed Feb 16, 2025
1 parent 23cb6b3 commit 75746fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/basic.tex
Original file line number Diff line number Diff line change
Expand Up @@ -6250,7 +6250,7 @@
operations on mutexes\iref{thread} that are specially identified as
synchronization operations. These operations play a special role in making
assignments in one thread visible to another. A synchronization operation on one
or more memory locations is either a consume operation, an acquire operation, a
or more memory locations is either an acquire operation, a
release operation, or both an acquire and release operation. A synchronization
operation without an associated memory location is a fence and can be either an
acquire fence, a release fence, or both an acquire and release fence. In
Expand Down

0 comments on commit 75746fa

Please sign in to comment.