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

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

[Dotgnu-pnet-commits] CVS: pnet/engine lib_thread.c,1.20,1.21


From: Thong Nguyen <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/engine lib_thread.c,1.20,1.21
Date: Thu, 28 Aug 2003 14:39:11 -0400

Update of /cvsroot/dotgnu-pnet/pnet/engine
In directory subversions:/tmp/cvs-serv21434

Modified Files:
        lib_thread.c 
Log Message:
Fixed SpinWait under cygwin.


Index: lib_thread.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/engine/lib_thread.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -r1.20 -r1.21
*** lib_thread.c        23 Aug 2003 10:39:13 -0000      1.20
--- lib_thread.c        28 Aug 2003 18:39:09 -0000      1.21
***************
*** 1055,1059 ****
                usleep((unsigned long)(long)iterations);
        #else
!               ILThreadSleep((ILUInt32)(ms / 1000));
        #endif
        }
--- 1055,1059 ----
                usleep((unsigned long)(long)iterations);
        #else
!               ILThreadSleep((ILUInt32)(iterations / 1000));
        #endif
        }





reply via email to

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