commit | 77f52ebffa3793a7e824fab7da02eaee9afdae0e | [log] [tgz] |
---|---|---|
author | Carl Shapiro <cshapiro@google.com> | Thu Dec 24 19:56:53 2009 -0800 |
committer | Carl Shapiro <cshapiro@google.com> | Mon Jan 04 14:45:35 2010 -0800 |
tree | 683e1c604242f5e4ef3bbc6476d4a094f59f964c | |
parent | 15812f132f22da443c24609e37298f130acfcfa4 [diff] |
New implementation of wait, notify, and notifyAll. Uses an explicit queue to represent the wait set instead of the implicit queue within the monitor condition variable.