Mercurial > hg > Game > Cerium
diff TaskManager/kernel/ppe/HTaskInfo.h @ 499:981aa2f89a80 draft
still fixing...
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Sun, 11 Oct 2009 15:42:00 +0900 |
parents | bce667ff20b9 |
children | 7ddbe22d4cdb |
line wrap: on
line diff
--- a/TaskManager/kernel/ppe/HTaskInfo.h Sun Oct 11 11:46:41 2009 +0900 +++ b/TaskManager/kernel/ppe/HTaskInfo.h Sun Oct 11 15:42:00 2009 +0900 @@ -25,13 +25,13 @@ HTask* poll(); void moveToFirst(HTask* e); // or use(); HTask* get(int index); - HTask* find(Task *task); + HTask* find(HTask *task); int empty(); void freePool() ; // Iterator HTask* getNext(HTask* q) ; - int hasNext(HTask* q); + int length(); private: /* variables */