Mercurial > hg > Members > kono > Cerium
annotate TaskManager/kernel/schedule/SchedExit.cc @ 449:4f11245e3504
get_segment fixed. and test_nogl rollback to 426. move!
author | kazz@henri.cr.ie.u-ryukyu.ac.jp |
---|---|
date | Fri, 25 Sep 2009 18:06:01 +0900 |
parents | 8611780d479f |
children | 735f76483bb2 |
rev | line source |
---|---|
42 | 1 #include <stdio.h> |
2 #include "SchedExit.h" | |
3 #include "error.h" | |
4 | |
5 SchedTaskBase* | |
403
8611780d479f
clean up and add more info on task_list
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
42
diff
changeset
|
6 SchedExit::next(Scheduler *scheduler, SchedTaskBase *p) |
42 | 7 { |
8 delete p; | |
9 | |
10 __debug("SchedExit::next()\n"); | |
11 | |
12 return NULL; | |
13 } |