/[dotgnu-pnet]/pnet/include/il_thread.h
ViewVC logotype

Diff of /pnet/include/il_thread.h

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

revision 1.26 by tum, Sun Aug 22 04:30:23 2004 UTC revision 1.27 by ktreichel, Mon Oct 10 20:03:15 2005 UTC
# Line 144  ILThread *ILThreadSelf(void); Line 144  ILThread *ILThreadSelf(void);
144  void *ILThreadGetObject(ILThread *thread);  void *ILThreadGetObject(ILThread *thread);
145    
146  /*  /*
147     * Run a function in a thread not created by pnet.
148     */
149    void *ILThreadRunSelf(void *(* thread_func)(void *), void *arg);
150    
151    /*
152   * Set the object reference that is associated with a thread.   * Set the object reference that is associated with a thread.
153   * This is used by the engine to store a pointer to an ILExecThread.   * This is used by the engine to store a pointer to an ILExecThread.
154   */   */

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

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