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.10,1.11


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

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

Modified Files:
        thread.c 
Log Message:


Index: thread.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/support/thread.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** thread.c    6 Jul 2003 05:02:44 -0000       1.10
--- thread.c    6 Jul 2003 05:18:11 -0000       1.11
***************
*** 212,216 ****
                                setting it again (which normally happens at the 
end of _ILThreadRun) */
  
!                       if (((thread->state & IL_TS_BACKGROUND) != 0))
                        {
                                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]