threads: don't make direct call into scheduler
authorBrian Norris <banorris@uci.edu>
Tue, 24 Apr 2012 02:46:30 +0000 (19:46 -0700)
committerBrian Norris <banorris@uci.edu>
Tue, 24 Apr 2012 03:08:00 +0000 (20:08 -0700)
Since I need a ModelChecker::add_thread(Thread *) function anyway, I should
direct add_thread() calls through the model-checker framework rather than the
Scheduler class. This will make things a little cleaner and symmetric when I
add a remove_thread() function.


No differences found