Mercurial > hg > Members > kono > Cerium
diff TaskManager/kernel/ppe/TaskListInfo.h @ 808:8a6f1fa038de
TaskListInfo version
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Sat, 22 May 2010 22:32:41 +0900 |
parents | 974cd68383b3 |
children |
line wrap: on
line diff
--- a/TaskManager/kernel/ppe/TaskListInfo.h Sat May 22 18:21:13 2010 +0900 +++ b/TaskManager/kernel/ppe/TaskListInfo.h Sat May 22 22:32:41 2010 +0900 @@ -15,6 +15,7 @@ TaskListPtr create(); void free_(TaskListPtr queue); + void freeAll(); void addFirst(TaskList* e); void addLast(TaskList* e); @@ -31,11 +32,11 @@ // Iterator TaskList* getNext(TaskList* q) ; int length(); + static TaskListInfo taskListPool; private: /* variables */ - static TaskListInfo taskListPool; TaskList* first; TaskList* last;