Mercurial > hg > Game > Cerium
annotate TaskManager/kernel/schedule/SchedExit.cc @ 2069:26aa08c9a1de draft default tip
cuda example fix
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Sun, 12 Feb 2017 10:04:55 +0900 |
parents | f82bb7393c4d |
children |
rev | line source |
---|---|
1142
801d57ae1e29
cut compile CreatePolygonTask on spe side because not enough spe memory. We have to use code loading.
yutaka@localhost.localdomain
parents:
708
diff
changeset
|
1 //#include <stdio.h> |
42 | 2 #include "SchedExit.h" |
3 #include "error.h" | |
4 | |
5 SchedTaskBase* | |
403
e2f29e912d0b
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 | |
1943
f82bb7393c4d
fix debug function
Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
parents:
1142
diff
changeset
|
9 __debug(scheduler, "SchedExit::next()\n"); |
42 | 10 |
11 return NULL; | |
12 } |