future_value: add thread ID parameter
authorBrian Norris <banorris@uci.edu>
Thu, 24 Jan 2013 01:33:23 +0000 (17:33 -0800)
committerBrian Norris <banorris@uci.edu>
Thu, 24 Jan 2013 01:37:28 +0000 (17:37 -0800)
This just records the parameter for now, and makes it a distinction
between future values. Shouldn't affect model-checker behavior, except
for the introduction of extra future values: one for each thread which
writes the same value.

We calculate whether the writing thread exists at the time of the future
value and if not, find an ancestor thread which does.


No differences found