File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 4519
4519
memory location.
4520
4520
4521
4521
\pnum
4522
- The library defines a number of atomic operations\iref {atomics } and
4523
- operations on mutexes\iref {thread } that are specially identified as
4524
- synchronization operations. These operations play a special role in making
4522
+ The library identifies certain operations as
4523
+ \defnx {synchronization operations}{synchronization operation}, as specified
4524
+ in the \sync element
4525
+ (\ref {support.signal }, \ref {util.smartptr.shared.atomic }, \ref {atomics.order },
4526
+ \ref {atomics.fences }, \ref {thread }).
4527
+ These operations play a special role in making
4525
4528
assignments in one thread visible to another. A synchronization operation on one
4526
4529
or more memory locations is either a consume operation, an acquire operation, a
4527
4530
release operation, or both an acquire and release operation. A synchronization
You can’t perform that action at this time.
0 commit comments