Mercurial > hg > Members > kono > Cerium
view example/mainMem/spe/spe-main.cc @ 717:4c12f679a0fa
TaskList load timing...
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 18 Dec 2009 12:17:31 +0900 |
parents | 44c0bce54dcf |
children |
line wrap: on
line source
#include "Func.h" #include "Scheduler.h" SchedExternTask(Hello); /** * この関数は SpeScheduler から呼ばれるので * 必ずこの関数名でお願いします。 */ void task_init(Scheduler *s) { SchedRegisterTask(HELLO_TASK, Hello); }