Mercurial > hg > Game > Cerium
view TaskManager/kernel/schedule/SchedExit.cc @ 1009:16afbf03e5d2 draft
not yet....
author | yutaka@localhost.localdomain |
---|---|
date | Thu, 28 Oct 2010 13:00:51 +0900 |
parents | d41c62201b1e |
children | 801d57ae1e29 |
line wrap: on
line source
#include <stdio.h> #include "SchedExit.h" #include "error.h" SchedTaskBase* SchedExit::next(Scheduler *scheduler, SchedTaskBase *p) { __debug("SchedExit::next()\n"); return NULL; }