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

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

[Dotgnu-pnet-commits] CVS: pnet/include il_thread.h,1.8,1.9


From: Gopal.V <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/include il_thread.h,1.8,1.9
Date: Sat, 07 Dec 2002 05:46:57 -0500

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

Modified Files:
        il_thread.h 
Log Message:
Patch ID: 781 from Tum committed by t3rmin4tor



Index: il_thread.h
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/include/il_thread.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** il_thread.h 6 Jun 2002 23:54:39 -0000       1.8
--- il_thread.h 7 Dec 2002 10:46:55 -0000       1.9
***************
*** 333,336 ****
--- 333,357 ----
  int ILWaitMutexRelease(ILWaitHandle *handle);
  
+ /*
+  * Wait Event definitions
+  *
+  * 12-DEC-2002  Thong Nguyen (address@hidden)
+  */
+ 
+ /*
+  * Create a wait event.
+  */
+ ILWaitHandle *ILWaitEventCreate(int manualReset, int initialState);
+ 
+ /*
+  * Set the event.
+  */
+ int ILWaitEventSet(ILWaitHandle *event);
+ 
+ /*
+  * Reset the event.
+  */
+ int ILWaitEventReset(ILWaitHandle *event);
+ 
  #ifdef        __cplusplus 
  };




reply via email to

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