threads: add a wait_list
authorBrian Norris <banorris@uci.edu>
Thu, 6 Sep 2012 20:17:06 +0000 (13:17 -0700)
committerBrian Norris <banorris@uci.edu>
Thu, 6 Sep 2012 20:21:48 +0000 (13:21 -0700)
commitd3b710fc183b8b71ab4726c2ae1b75caf13012b7
tree33064dedea64fb10514cc38f967b36ec16506393
parent889c191994ae00a058bb71e24de95842f6454c0d
threads: add a wait_list

This list will contain all Threads that are waiting on the current Thread. Will
be used for Thread joins, in particular.
threads.cc
threads.h