view TaskManager/kernel/schedule/SchedExit.cc @ 1696:e8ded21ac9a2 draft

add gpu/task_init.cc
author Yuhi TOMARI <yuhi@cr.ie.u-ryukyu.ac.jp>
date Mon, 30 Sep 2013 19:01:12 +0900
parents 801d57ae1e29
children f82bb7393c4d
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;
}