2002-04-14 Patrik Torstensson <patrik.torstensson@labs2.com>
authorPatrik Torstensson <totte@mono-cvs.ximian.com>
Sun, 14 Apr 2002 08:44:28 +0000 (08:44 -0000)
committerPatrik Torstensson <totte@mono-cvs.ximian.com>
Sun, 14 Apr 2002 08:44:28 +0000 (08:44 -0000)
commitd50c0dc184ff25c063944b4369c1330d5652c8dc
treedefa1e177c09c183fdffa9228bb6287bb882c13f
parent53e4d01105c1d02697f507bf97b6fdbc9cbec6ce
2002-04-14 Patrik Torstensson <patrik.torstensson@labs2.com>

* ThreadState.cs: Added enum for threadpool thread
* Thread.cs: changed the set/clr_state to be internal (used from threadpool)
* Thread.cs: Added IsThreadPoolThread
* ThreadPool.cs: Implementation of QueueUserWorkItem

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