/[rtmk]/rtmk/thread.h
ViewVC logotype

Diff of /rtmk/thread.h

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

revision 1.16 by jrydberg, Wed Mar 6 00:55:01 2002 UTC revision 1.17 by jrydberg, Tue Apr 16 21:19:09 2002 UTC
# Line 401  extern void thread_interrupt (struct thr Line 401  extern void thread_interrupt (struct thr
401    
402  extern kern_return_t thread_suspend (struct thread *thread);  extern kern_return_t thread_suspend (struct thread *thread);
403    
404    /* Abort THREAD.  Currently this only aborts the thread if
405       it is halted on specific pointes, otherwise KERN_FAILURE
406       is returned.  */
407    extern kern_return_t thread_abort (struct thread *thread);
408    
409  /* The following four function must be implemented by MD code.  */  /* The following four function must be implemented by MD code.  */
410    
411  /* Get state information about THREAD.  What type of state is specified  /* Get state information about THREAD.  What type of state is specified

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