/[rtmk]/rtmk/sched-ts.c
ViewVC logotype

Diff of /rtmk/sched-ts.c

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

revision 1.3 by jrydberg, Fri Jan 11 22:24:11 2002 UTC revision 1.4 by jrydberg, Tue Jan 29 18:31:45 2002 UTC
# Line 155  ts_remove (struct sched_policy *sp, stru Line 155  ts_remove (struct sched_policy *sp, stru
155    spin_lock (&sp->interlock);    spin_lock (&sp->interlock);
156    whichq = thread->sched_priority;    whichq = thread->sched_priority;
157    queue_remove (&sp->run_queues [whichq], thread, struct thread *, runq);    queue_remove (&sp->run_queues [whichq], thread, struct thread *, runq);
158      thread->runq_list = 0;
159    
160    --sp->run_count;    --sp->run_count;
161    sp->run_map &= ~((!! sp->run_count) << whichq);    sp->run_map &= ~((!! sp->run_count) << whichq);

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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