/[dotgnu-pnet]/pnet/support/thr_defs.h
ViewVC logotype

Diff of /pnet/support/thr_defs.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.16 by tum, Thu Jun 17 20:12:10 2004 UTC revision 1.17 by ktreichel, Mon Oct 10 20:03:15 2005 UTC
# Line 124  struct _tagILThread Line 124  struct _tagILThread
124          ILThreadCleanupEntry                    *lastCleanupEntry;          ILThreadCleanupEntry                    *lastCleanupEntry;
125          int                                                             destroyOnExit;          int                                                             destroyOnExit;
126          ILWaitHandle                                    *monitor;          ILWaitHandle                                    *monitor;
127            /* 1 if the gc knows the thread and is allowed to execute managed code */
128  #if defined(IL_INTERRUPT_SUPPORTS)  #if defined(IL_INTERRUPT_SUPPORTS)
129          ILInterruptHandler                              interruptHandler;          ILInterruptHandler                              interruptHandler;
130  #endif  #endif
# Line 342  void _ILInterruptDeinit(); Line 343  void _ILInterruptDeinit();
343  void _ILThreadRun(ILThread *thread);  void _ILThreadRun(ILThread *thread);
344    
345  /*  /*
346     * This function is only used for initializing an ILThread
347     * structure for threads not created by pnet.
348     */
349    void _ILThreadInitHandleSelf(ILThread *thread);
350    
351    /*
352   * Create a new system-specific thread.  Returns zero if   * Create a new system-specific thread.  Returns zero if
353   * the creation process failed.   * the creation process failed.
354   */   */

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26