comparison TaskManager/kernel/ppe/TaskManagerImpl.h @ 507:735f76483bb2

Reorganization..
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 12 Oct 2009 09:39:35 +0900
parents 1d4a8a86f26b
children 2659376067e8
comparison
equal deleted inserted replaced
506:1d4a8a86f26b 507:735f76483bb2
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 24
24 /* constructor */ 25 /* constructor */
25 TaskManagerImpl(int num = 1) ; 26 TaskManagerImpl(int num = 1) ;
26 27
27 virtual ~TaskManagerImpl() { } 28 virtual ~TaskManagerImpl() { }