Mercurial > hg > Game > Cerium
comparison TaskManager/kernel/ppe/TaskManagerImpl.h @ 546:d6ba5ede4fe7 draft
....
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 16 Oct 2009 17:57:17 +0900 (2009-10-16) |
parents | 3bc98f6d31ff |
children | e5431e658038 |
comparison
equal
deleted
inserted
replaced
545:085c9284125a | 546:d6ba5ede4fe7 |
---|---|
18 HTaskInfo *waitTaskQueue; | 18 HTaskInfo *waitTaskQueue; |
19 | 19 |
20 TaskListInfo *taskListImpl; | 20 TaskListInfo *taskListImpl; |
21 TaskQueueInfo *taskQueueImpl; | 21 TaskQueueInfo *taskQueueImpl; |
22 HTaskInfo *htaskImpl; | 22 HTaskInfo *htaskImpl; |
23 SchedTask *schdTaskManager; | 23 SchedTask *schedTaskManager; |
24 | 24 |
25 /* constructor */ | 25 /* constructor */ |
26 TaskManagerImpl(int num = 1) ; | 26 TaskManagerImpl(int num = 1) ; |
27 | 27 |
28 virtual ~TaskManagerImpl() { } | 28 virtual ~TaskManagerImpl() { } |