tree: add is_enabled(Thread *)
authorBrian Norris <banorris@uci.edu>
Fri, 4 May 2012 06:30:28 +0000 (23:30 -0700)
committerBrian Norris <banorris@uci.edu>
Tue, 8 May 2012 17:35:33 +0000 (10:35 -0700)
Determine "enabled" by: was the thread created at this point. Checking against
num_threads is a naive way to do this...


No differences found