action: (assertion) disallow out-of-order synchronization
authorBrian Norris <banorris@uci.edu>
Thu, 23 Aug 2012 02:15:04 +0000 (19:15 -0700)
committerBrian Norris <banorris@uci.edu>
Fri, 24 Aug 2012 00:31:40 +0000 (17:31 -0700)
commit45d8b1a74beaf6a80ce44a1f9aa3d59abc5d0582
tree4ad6e7d3a54201539319a57f6d687da6022871cc
parentd23c2068d3f764f930ee1f498fb3adefff0cb32b
action: (assertion) disallow out-of-order synchronization

We build our ModelChecker around the assumption that synchronization never
occurs counter to the execution order. This assertion lets us know if that
fails.
action.cc