annotate examples/treedependtask/task.def @ 13:f06fb0370caf

add pthread code that has not been debuged yet.
author kent <kent@cr.ie.u-ryukyu.ac.jp>
date Fri, 08 Jan 2010 20:00:01 +0900
parents 07fab8c367b2
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8
07fab8c367b2 made src directory and move all source files into it.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1
07fab8c367b2 made src directory and move all source files into it.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
2 /* DEFINETASK(TASK, code, "tasktype name", CPU_TYPE) */
07fab8c367b2 made src directory and move all source files into it.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
3
07fab8c367b2 made src directory and move all source files into it.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
4
07fab8c367b2 made src directory and move all source files into it.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
5 DEFINETASKTYPE(StartTASK, starttask, "start task", F_STARTER)
07fab8c367b2 made src directory and move all source files into it.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
6 DEFINETASKTYPE(TASK_A, taskA, "task A", F_NONE)
07fab8c367b2 made src directory and move all source files into it.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
7 DEFINETASKTYPE(TASK_B, taskB, "task B", F_NONE)
07fab8c367b2 made src directory and move all source files into it.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
8