Mercurial > hg > Members > kono > Cerium
comparison TaskManager/Cell/CellTaskManagerImpl.cc @ 73:811ffebd8deb
*** empty log message ***
author | gongo |
---|---|
date | Mon, 18 Feb 2008 03:34:35 +0900 |
parents | 178459e03f5c |
children | 5a1a5f4c28fd |
comparison
equal
deleted
inserted
replaced
72:cf36120bc158 | 73:811ffebd8deb |
---|---|
106 __debug_ppe("[PPE] recv from [SPE %d] : 0x%x\n", id, data); | 106 __debug_ppe("[PPE] recv from [SPE %d] : 0x%x\n", id, data); |
107 bufferManager->check_task_finish((HTaskPtr)data); | 107 bufferManager->check_task_finish((HTaskPtr)data); |
108 } | 108 } |
109 } | 109 } |
110 } | 110 } |
111 } while (!list && bufferManager->waitTaskQueue); | 111 } while (list == NULL && !bufferManager->activeTaskQueue); |
112 | 112 |
113 if (list == NULL) { | 113 if (list == NULL) { |
114 next_list = set_task(); | 114 next_list = set_task(); |
115 d = mailManager->create((unsigned int)next_list); | 115 d = mailManager->create((unsigned int)next_list); |
116 list = MailManager::append_mailQueue(list, d); | 116 list = MailManager::append_mailQueue(list, d); |