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 1211
1211
memory location.
1212
1212
1213
1213
\pnum
1214
- The library defines a number of atomic operations\iref {atomics } and
1215
- operations on mutexes\iref {thread } that are specially identified as
1216
- synchronization operations. These operations play a special role in making
1214
+ The library identifies certain operations as
1215
+ \defnx {synchronization operations}{synchronization operation}, as specified
1216
+ in the \sync element
1217
+ (\ref {support.signal }, \ref {util.smartptr.shared.atomic }, \ref {atomics.order },
1218
+ \ref {atomics.fences }, Clause~\ref {thread }).
1219
+ These operations play a special role in making
1217
1220
assignments in one thread visible to another. A synchronization operation on one
1218
1221
or more memory locations is either a consume operation, an acquire operation, a
1219
1222
release operation, or both an acquire and release operation. A synchronization
You can’t perform that action at this time.
0 commit comments