annotate TaskManager/kernel/sys_task/SysTasks.h @ 674:07351a5a51c9 draft

fix many task example (sort). Dummy task is now system supported.
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sun, 06 Dec 2009 00:54:10 +0900
parents 27fec8c70c9c
children ecf7e09b1fe8
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
636
aba1600e8f83 Cell Simple Task compiled. but not worked.
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
1 StartTask,
aba1600e8f83 Cell Simple Task compiled. but not worked.
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
2 FinishTask,
672
27fec8c70c9c add profiling code
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 636
diff changeset
3 ShowTime,
27fec8c70c9c add profiling code
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 636
diff changeset
4 StartProfile,
674
07351a5a51c9 fix many task example (sort).
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 672
diff changeset
5 #define Dummy StartTask