Mercurial > hg > Members > kono > Cerium
comparison TaskManager/Cell/CellTaskManagerImpl.cc @ 300:0691f38195f6
remove TaskManager/Fifo/MainScheduler.o TaskManeger/Test/test_render/test_nogl
author | tkaito@localhost.localdomain |
---|---|
date | Sun, 07 Jun 2009 17:44:08 +0900 |
parents | 58fd16298954 |
children | c9f8cfcdc5c2 |
comparison
equal
deleted
inserted
replaced
299:56f81a4335ea | 300:0691f38195f6 |
---|---|
219 /* | 219 /* |
220 * allocate された領域は今の SPE buffer にリンクとして接続する | 220 * allocate された領域は今の SPE buffer にリンクとして接続する |
221 * ここでは TaskList を allocate(new) して登録してやろうか | 221 * ここでは TaskList を allocate(new) して登録してやろうか |
222 */ | 222 */ |
223 | 223 |
224 speThreads->add_output_tasklist(command, (void*)alloc_info[1], alloc_size); | 224 speThreads->add_output_tasklist(command, alloc_info[1], alloc_size); |
225 | 225 |
226 speThreads->send_mail(id, 2, alloc_info); | 226 speThreads->send_mail(id, 2, alloc_info); |
227 } else if (data > MY_SPE_NOP) { | 227 } else if (data > MY_SPE_NOP) { |
228 __debug_ppe("[PPE] recv from [SPE %d] : 0x%x\n", id, data); | 228 __debug_ppe("[PPE] recv from [SPE %d] : 0x%x\n", id, data); |
229 check_task_finish((HTaskPtr)data); | 229 check_task_finish((HTaskPtr)data); |