File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 62016201
62026202\pnum
62036203All modifications to a particular atomic object $ M$ occur in some
6204- particular total order, called the \defn {modification order} of $ M$ .
6204+ particular strict total order, called the \defn {modification order} of $ M$ .
62056205\begin {note }
62066206There is a separate order for each
62076207atomic object. There is no requirement that these can be combined into a single
6208- total order for all objects. In general this will be impossible since different
6208+ strict total order for all objects. In general this will be impossible since different
62096209threads can observe modifications to different objects in inconsistent orders.
62106210\end {note }
62116211
62316231The
62326232specifications of the synchronization operations define when one reads the value
62336233written by another. For atomic objects, the definition is clear. All operations
6234- on a given mutex occur in a single total order. Each mutex acquisition `` reads
6234+ on a given mutex occur in a single strict total order. Each mutex acquisition `` reads
62356235the value written'' by the last mutex release.
62366236\end {note }
62376237
You can’t perform that action at this time.
0 commit comments