[Mono-bugs] [Bug 28721][Min] Changed - cant access thread name at thread startup

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
12 Aug 2002 16:15:07 -0000


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by dick@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=28721

--- shadow/28721	Mon Aug 12 09:57:57 2002
+++ shadow/28721.tmp.24949	Mon Aug 12 12:15:07 2002
@@ -28,6 +28,11 @@
 Hi,
 
 This is because the thread constructor creates the thread in a
 suspended state by passing the CREATE_SUSPENDED flag to CreateThread()
 in io-lib/threads.c, where it is promptly ignored, causing the thread to
 start immediately, before its name is set.
+
+------- Additional Comments From dick@ximian.com  2002-08-12 12:15 -------
+Correct.
+
+Thread suspend/resume will be implemented shortly.