Mercurial > hg > Game > Cerium
view TaskManager/kernel/sys_task/Finish.cc @ 1546:61164c687b29 draft
fix GpuScheduler flip
author | Yuhi TOMARI <yuhi@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 05 Feb 2013 13:15:46 +0900 |
parents | 62e570ac5db2 |
children |
line wrap: on
line source
#include "Finish.h" #include "SysFunc.h" #include "Scheduler.h" SchedDefineTask(FinishTask); static int run(SchedTask *s,void *rbuf, void *wbuf) { return 0; }