annotate example/many_task/Func.h @ 1513:18b63e697c61 draft

many_task/quick_sort is changed recursive to loop
author Yuhi TOMARI <yuhi@cr.ie.u-ryukyu.ac.jp>
date Mon, 08 Oct 2012 02:03:18 +0900
parents 9ed1c4a877ca
children c21bd32e20b9
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
109
028ffc9c0375 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
1 enum {
651
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 220
diff changeset
2 #include "SysTasks.h"
220
gongo@localhost.localdomain
parents: 109
diff changeset
3 QUICK_SORT,
1513
18b63e697c61 many_task/quick_sort is changed recursive to loop
Yuhi TOMARI <yuhi@cr.ie.u-ryukyu.ac.jp>
parents: 945
diff changeset
4 QUICK_SORT_LOOP,
945
9ed1c4a877ca sort example fix ( simple task accepts one param and more compatible with old task)
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 935
diff changeset
5 SortSimple,
9ed1c4a877ca sort example fix ( simple task accepts one param and more compatible with old task)
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 935
diff changeset
6 SortCompat,
109
028ffc9c0375 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
7 };