Mercurial > hg > Members > kono > Cerium
annotate TaskManager/kernel/schedule/SchedExit.cc @ 838:41302b72c895
Draw Span Task -> Task Array
author | Yutaka_Kinjyo |
---|---|
date | Fri, 28 May 2010 01:47:42 +0900 |
parents | 56487849ea2d |
children |
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 | |
9 __debug("SchedExit::next()\n"); | |
10 | |
11 return NULL; | |
12 } |