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

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

[Dotgnu-pnet-commits] CVS: pnet ChangeLog,1.1938,1.1939


From: Gopal.V <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet ChangeLog,1.1938,1.1939
Date: Sat, 07 Dec 2002 05:46:57 -0500

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

Modified Files:
        ChangeLog 
Log Message:
Patch ID: 781 from Tum committed by t3rmin4tor



Index: ChangeLog
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/ChangeLog,v
retrieving revision 1.1938
retrieving revision 1.1939
diff -C2 -r1.1938 -r1.1939
*** ChangeLog   6 Dec 2002 09:55:25 -0000       1.1938
--- ChangeLog   7 Dec 2002 10:46:55 -0000       1.1939
***************
*** 1,3 ****
--- 1,24 ----
  
+ 2002-12-06 Nguyen, Thong <address@hidden>
+ 
+       * engine/lib_thread.c, engine/int_proto.h, engine/int_table.c: 
+       Added implementation of internal functions for wait events.  Fixed 
+       values returned from InternalWaitAny.
+ 
+       * include/il_thread.h: Added prototypes for wait event methods.
+ 
+       * support/Makefile.am: Added wait_event.c to build list.
+ 
+       * support/thr_defs.h: Added structs and other definitions to
+       support wait events.
+ 
+       * support/wait.c: Fixed bugs in WaitAny and WaitAll. WaitAny would 
+       not return the correct index value if any handle could be acquired 
+       immediately.WaitAll would block indefinitely if all handles could be
+       aquired immediately.
+ 
+       * support/wait_event.c: Support functions for waitable events.
+       (Patch ID: 781, Gopal)
+ 
  2002-12-06  Dawkins, David  <address@hidden>
  




reply via email to

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