model: disabled threads are "future ordered"
authorBrian Norris <banorris@uci.edu>
Sun, 7 Oct 2012 22:04:08 +0000 (15:04 -0700)
committerBrian Norris <banorris@uci.edu>
Sun, 7 Oct 2012 22:26:48 +0000 (15:26 -0700)
If a Thread is not currently enabled, then it will synchronize with
another (currently-enabled) Thread if/when it wakes up. Thus, it
qualifies as "future ordered" within the release sequence code: it
cannot contribute future writes that will break current pending release
sequences.


No differences found