view TaskManager/kernel/schedule/SchedExit.cc @ 1009:c67379f9d411

not yet....
author yutaka@localhost.localdomain
date Thu, 28 Oct 2010 13:00:51 +0900
parents 56487849ea2d
children
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;
}