File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1177
1177
memory location.
1178
1178
1179
1179
\pnum
1180
- The library defines a number of atomic operations (Clause~\ref {atomics }) and
1181
- operations on mutexes (Clause~\ref {thread }) that are specially identified as
1182
- synchronization operations. These operations play a special role in making
1180
+ The library identifies certain operations as
1181
+ \defnx {synchronization operations}{synchronization operation}
1182
+ (\ref {support.signal }, \ref {util.smartptr.shared.atomic }, \ref {atomics.order },
1183
+ \ref {atomics.fences }, Clause~\ref {thread }).
1184
+ These operations play a special role in making
1183
1185
assignments in one thread visible to another. A synchronization operation on one
1184
1186
or more memory locations is either a consume operation, an acquire operation, a
1185
1187
release operation, or both an acquire and release operation. A synchronization
You can’t perform that action at this time.
0 commit comments