Skip to content

Commit

Permalink
2009-09-25 Mark Probst <mark.probst@gmail.com>
Browse files Browse the repository at this point in the history
	* Thread.cs: The Thread class is split up into Thread and
	InternalThread now.  We have exactly one InternalThread per
	thread, and at most one Thread per appdomain per thread.  Most
	data is stored in InternalThread.  All InternalThread objects live
	in the root domain.

	* Environment.cs: Corlib version bump.

svn path=/trunk/mcs/; revision=142661
  • Loading branch information
schani committed Sep 25, 2009
1 parent b60f6c3 commit 0473dde
Show file tree
Hide file tree
Showing 3 changed files with 183 additions and 129 deletions.
10 changes: 10 additions & 0 deletions mcs/class/corlib/System.Threading/ChangeLog
@@ -1,3 +1,13 @@
2009-09-25 Mark Probst <mark.probst@gmail.com>

* Thread.cs: The Thread class is split up into Thread and
InternalThread now. We have exactly one InternalThread per
thread, and at most one Thread per appdomain per thread. Most
data is stored in InternalThread. All InternalThread objects live
in the root domain.

* Environment.cs: Corlib version bump.

2009-09-24 Gonzalo Paniagua Javier <gonzalo@novell.com>

* Timer.cs: no need to wake up the scheduler when removing the next
Expand Down

0 comments on commit 0473dde

Please sign in to comment.