comparison example/Bulk/spe/spe-main.cc @ 652:dbe137505f2e

bulk task list start.
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 23 Nov 2009 12:01:45 +0900
parents
children e4d2b823903c
comparison
equal deleted inserted replaced
651:c13bbb7d70b3 652:dbe137505f2e
1 #include "Func.h"
2 #include "SchedTask.h"
3
4 SchedExternTask(Twice);
5
6 /**
7 * この関数は SpeScheduler から呼ばれるので
8 * 必ずこの関数名でお願いします。
9 */
10 void
11 task_init(Scheduler *s)
12 {
13 SchedRegisterTask(TWICE_TASK, Twice);
14 }