Mercurial > hg > Members > kono > Cerium
annotate 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 |
rev | line source |
---|---|
312 | 1 #include "Func.h" |
2 #include "Scheduler.h" | |
3 | |
4 SchedExternTask(Hello); | |
5 | |
6 /** | |
7 * この関数は SpeScheduler から呼ばれるので | |
8 * 必ずこの関数名でお願いします。 | |
9 */ | |
10 void | |
467
44c0bce54dcf
fix all examples. test_render is not working now.
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
312
diff
changeset
|
11 task_init(Scheduler *s) |
312 | 12 { |
13 SchedRegisterTask(HELLO_TASK, Hello); | |
14 } |