Mercurial > hg > Game > Cerium
comparison TaskManager/kernel/ppe/TaskManagerImpl.cc @ 550:a9f27334963a draft
old ball_bound fix...
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 20 Oct 2009 21:18:28 +0900 |
parents | 3bc98f6d31ff |
children | fbcbcc5ad3b5 |
comparison
equal
deleted
inserted
replaced
544:dc59679d9a36 | 550:a9f27334963a |
---|---|
1 #include <stdio.h> | 1 #include <stdio.h> |
2 #include "TaskManagerImpl.h" | 2 #include "TaskManagerImpl.h" |
3 #include "types.h" | 3 #include "types.h" |
4 #include "error.h" | 4 #include "error.h" |
5 #include "SchedTask.h" | |
6 #include "SchedTaskManager.h" | |
5 #include "../sys_task/SysTask.h" | 7 #include "../sys_task/SysTask.h" |
6 | 8 |
7 static HTaskPtr systask_start; | 9 static HTaskPtr systask_start; |
8 static HTaskPtr systask_finish; | 10 static HTaskPtr systask_finish; |
9 | 11 |
10 void | 12 static void |
11 noaction(SchdTask *s, void *read, void *write) | 13 noaction(SchedTask *s, void *read, void *write) |
12 { | 14 { |
13 } | 15 } |
14 | 16 |
15 TaskManagerImpl::TaskManagerImpl(int num) | 17 TaskManagerImpl::TaskManagerImpl(int num) |
16 : machineNum(num) { | 18 : machineNum(num) { |