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

Diff of /rtmk/thread.c

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

revision 1.7 by jrydberg, Thu Jan 3 01:32:43 2002 UTC revision 1.8 by jrydberg, Thu Jan 3 01:46:01 2002 UTC
# Line 790  thread_setrun (struct thread *thread, bo Line 790  thread_setrun (struct thread *thread, bo
790      thread_block (0);      thread_block (0);
791  }  }
792    
793    
794    /* Set scheduling policy for THREAD to POLICY.  Scheduling priority specified
795       with PRIORITY.  */
796    
797  kern_return_t  kern_return_t
798  thread_set_priority (struct thread *thread, int policy, int priority)  thread_set_priority (struct thread *thread, int policy, int priority)
799  {  {

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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