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

Diff of /rtmk/thread.h

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

revision 1.11 by jrydberg, Fri Jan 11 22:24:11 2002 UTC revision 1.12 by jrydberg, Sat Feb 16 15:17:16 2002 UTC
# Line 1  Line 1 
1  /* ??? thread  /* ??? thread
2     Copyright 1999, 2000, 2001 Johan Rydberg, jrydberg@opencores.org.     Copyright 1999, 2000, 2001, 2002 Johan Rydberg, jrydberg@opencores.org.
3    
4  This program is free software; you can redistribute it and/or modify  This program is free software; you can redistribute it and/or modify
5  it under the terms of the GNU General Public License as published by  it under the terms of the GNU General Public License as published by
# Line 441  extern void thread_exception_return (voi Line 441  extern void thread_exception_return (voi
441    
442  extern void thread_bootstrap_return (void);  extern void thread_bootstrap_return (void);
443    
444    /* Return from syscall.  KR is return value.  */
445    
446    extern void thread_syscall_return (kern_return_t kr);
447    
448  /* Select next thread to be run ??? on PROCESSOR.  This function should be  /* Select next thread to be run ??? on PROCESSOR.  This function should be
449     called with interrupts disabled.  */     called with interrupts disabled.  */
450    
# Line 465  extern kern_return_t thread_zombify_runn Line 469  extern kern_return_t thread_zombify_runn
469    
470  extern kern_return_t thread_terminate (struct thread *thread);  extern kern_return_t thread_terminate (struct thread *thread);
471    
472    /* Assert that the current thread is about to go to sleep until the
473       specified event occurs.  */
474    
475    extern void assert_wait (int event);
476    
477  #endif /* thread.h */  #endif /* thread.h */

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

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