comparison TaskManager/kernel/ppe/HTask.h @ 1142:801d57ae1e29 draft

cut compile CreatePolygonTask on spe side because not enough spe memory. We have to use code loading. And I found light error. see you tomorrow. (This version can work Mac OSX and Cell arch.)
author yutaka@localhost.localdomain
date Thu, 17 Feb 2011 05:23:34 +0900
parents 3c2c445be6ba
children f40558ec00a8
comparison
equal deleted inserted replaced
1141:bc2dea061cb1 1142:801d57ae1e29
4 #include "base.h" 4 #include "base.h"
5 #include "types.h" 5 #include "types.h"
6 #include "Task.h" 6 #include "Task.h"
7 #include "TaskQueue.h" 7 #include "TaskQueue.h"
8 #include "QueueInfo.h" 8 #include "QueueInfo.h"
9 #include <stdio.h> 9 //#include <stdio.h>
10 10
11 class TaskManagerImpl; 11 class TaskManagerImpl;
12 class SchedTask; 12 class SchedTask;
13 13
14 typedef void (*PostFunction)(SchedTask *s, void *read, void *write); 14 typedef void (*PostFunction)(SchedTask *s, void *read, void *write);