2001-09-25 Dick Porter <dick@ximian.com>
authorDick Porter <dick@acm.org>
Tue, 25 Sep 2001 09:31:20 +0000 (09:31 -0000)
committerDick Porter <dick@acm.org>
Tue, 25 Sep 2001 09:31:20 +0000 (09:31 -0000)
commit91ee016e23766f6d377160a3c97fd82d98fbc84e
tree776f162f83e40b920b9807d50166d215238a20cf
parent433f745fed391292bedb613f7f1ddd4823778c93
2001-09-25  Dick Porter  <dick@ximian.com>

* Thread.cs: Implement Join and timed Join, set correct state
around Start, Join and Sleep calls, implement IsAlive and
ThreadState properties.

* ThreadState.cs (Threading): Added StopRequested,
SuspendRequested, Suspended values

svn path=/trunk/mcs/; revision=947
mcs/class/corlib/System.Threading/ChangeLog
mcs/class/corlib/System.Threading/Thread.cs
mcs/class/corlib/System.Threading/ThreadState.cs