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_engine.h,1.39,1.40 il_thread


From: Thong Nguyen <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/include il_engine.h,1.39,1.40 il_thread.h,1.12,1.13
Date: Sat, 05 Jul 2003 20:41:19 -0400

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

Modified Files:
        il_engine.h il_thread.h 
Log Message:
More threading improvements.


Index: il_engine.h
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/include/il_engine.h,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -r1.39 -r1.40
*** il_engine.h 5 Jul 2003 22:51:32 -0000       1.39
--- il_engine.h 6 Jul 2003 00:41:16 -0000       1.40
***************
*** 319,327 ****
  
  /*
-  * Destroy a thread and detach it from its process.
-  */
- void ILExecThreadDestroy(ILExecThread *thread);
- 
- /*
   * Get the process that corresponds to a thread.
   */
--- 319,322 ----

Index: il_thread.h
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/include/il_thread.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** il_thread.h 5 Jul 2003 22:51:32 -0000       1.12
--- il_thread.h 6 Jul 2003 00:41:16 -0000       1.13
***************
*** 64,67 ****
--- 64,72 ----
  
  /*
+  *    Unregisters an ILThread that no longer needs to execute managed code.
+  */
+ ILExecThread *ILThreadUnregisterForManagedExecution(ILThread *thread);
+ 
+ /*
   * Determine if the system has thread support.  This can
   * be called either before or after "ILThreadInit".





reply via email to

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