comparison TaskManager/kernel/ppe/TaskQueueInfo.h @ 495:17319af4ee39

fix wakeup_task
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sat, 10 Oct 2009 19:16:09 +0900
parents ec7b6d89b4e4
children 58240647b23b
comparison
equal deleted inserted replaced
494:ec7b6d89b4e4 495:17319af4ee39
27 TaskQueue* get(int index); 27 TaskQueue* get(int index);
28 TaskQueue* find(Task *task); 28 TaskQueue* find(Task *task);
29 int empty(); 29 int empty();
30 void TaskQueueInfo::freePool() ; 30 void TaskQueueInfo::freePool() ;
31 31
32 // Iterator
33 TaskQueue* getNext(TaskQueue* q) ;
34 int hasNext(TaskQueue* q);
32 35
33 private: 36 private:
34 /* variables */ 37 /* variables */
35 38
36 static TaskQueueInfo taskQueuePool; 39 static TaskQueueInfo taskQueuePool;