Mercurial > hg > Game > Cerium
comparison TaskManager/Cell/CellTaskManagerImpl.cc @ 664:beb0f17c19f9 draft
word count
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 03 Dec 2009 00:20:28 +0900 |
parents | 7ba4ad4538b1 |
children | 27fec8c70c9c |
comparison
equal
deleted
inserted
replaced
663:ad4b6b556483 | 664:beb0f17c19f9 |
---|---|
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 |