Mercurial > hg > Members > kono > Cerium
comparison TaskManager/Cell/CellTaskManagerImpl.cc @ 664:7405d92733a8
word count
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 03 Dec 2009 00:20:28 +0900 |
parents | 7c9ded1ea750 |
children | 3b6290c05f9f |
comparison
equal
deleted
inserted
replaced
663:8a807e2f64f8 | 664:7405d92733a8 |
---|---|
28 void | 28 void |
29 CellTaskManagerImpl::init() | 29 CellTaskManagerImpl::init() |
30 { | 30 { |
31 spe_running = 0; | 31 spe_running = 0; |
32 taskListImpl = new CellTaskListInfo; | 32 taskListImpl = new CellTaskListInfo; |
33 taskListImpl->init(machineNum*2); | 33 taskListImpl->init(16); |
34 | 34 |
35 activeTaskQueue = new HTaskInfo(); | 35 activeTaskQueue = new HTaskInfo(); |
36 | 36 |
37 htaskImpl = activeTaskQueue ; // any HTaskInfo | 37 htaskImpl = activeTaskQueue ; // any HTaskInfo |
38 | 38 |