dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnet/support thread.c,1.9,1.10


From: Thong Nguyen <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/support thread.c,1.9,1.10
Date: Sun, 06 Jul 2003 01:02:46 -0400

Update of /cvsroot/dotgnu-pnet/pnet/support
In directory subversions:/tmp/cvs-serv17971

Modified Files:
        thread.c 
Log Message:
Fix ILThreadStart locking up with pthreads.


Index: thread.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/support/thread.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** thread.c    6 Jul 2003 00:41:16 -0000       1.9
--- thread.c    6 Jul 2003 05:02:44 -0000       1.10
***************
*** 212,216 ****
                                setting it again (which normally happens at the 
end of _ILThreadRun) */
  
!                       if (!ILThreadGetBackground(thread))
                        {
                                ILWaitEventReset(foregroundThreadsFinished);
--- 212,216 ----
                                setting it again (which normally happens at the 
end of _ILThreadRun) */
  
!                       if (((thread->state & IL_TS_BACKGROUND) != 0))
                        {
                                ILWaitEventReset(foregroundThreadsFinished);





reply via email to

[Prev in Thread] Current Thread [Next in Thread]