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 1184
1184
memory location.
1185
1185
1186
1186
\pnum
1187
- The library defines a number of atomic operations (Clause~\ref {atomics }) and
1188
- operations on mutexes (Clause~\ref {thread }) that are specially identified as
1189
- synchronization operations. These operations play a special role in making
1187
+ The library identifies certain operations as
1188
+ \defnx {synchronization operations}{synchronization operation}
1189
+ (\ref {support.signal }, \ref {util.smartptr.shared.atomic }, \ref {atomics.order },
1190
+ \ref {atomics.fences }, Clause~\ref {thread }).
1191
+ These operations play a special role in making
1190
1192
assignments in one thread visible to another. A synchronization operation on one
1191
1193
or more memory locations is either a consume operation, an acquire operation, a
1192
1194
release operation, or both an acquire and release operation. A synchronization
You can’t perform that action at this time.
0 commit comments