Mercurial > hg > GearsTemplate
comparison src/parallel_execution/main.c @ 246:421ea91dd76c
Change initContext type from __code to void
author | Tatsuki IHA <e125716@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 25 Jan 2017 03:07:59 +0900 |
parents | 865179a0a56d |
children | ce262b2c1daf |
comparison
equal
deleted
inserted
replaced
245:308368406fe7 | 246:421ea91dd76c |
---|---|
3 #include <stdlib.h> | 3 #include <stdlib.h> |
4 | 4 |
5 #include "context.h" | 5 #include "context.h" |
6 #include "origin_cs.h" | 6 #include "origin_cs.h" |
7 | 7 |
8 extern __code initContext(struct Context* context); | |
9 extern union Data* createRedBlackTree(struct Context* context); | 8 extern union Data* createRedBlackTree(struct Context* context); |
10 extern union Data* createTaskManager(struct Context* context); | 9 extern union Data* createTaskManager(struct Context* context); |
11 extern void allocator(struct Context* context); | 10 extern void allocator(struct Context* context); |
12 | 11 |
13 int cpu_num = 1; | 12 int cpu_num = 1; |