comparison src/parallel_execution/context.c @ 236:865179a0a56d

fix taskManager
author ikkun
date Mon, 23 Jan 2017 20:00:46 +0900
parents bacc37265386
children
comparison
equal deleted inserted replaced
235:05e61405cc88 236:865179a0a56d
12 context->data = NEWN(ALLOCATE_SIZE, union Data*); 12 context->data = NEWN(ALLOCATE_SIZE, union Data*);
13 context->heapStart = NEWN(context->heapLimit, char); 13 context->heapStart = NEWN(context->heapLimit, char);
14 context->heap = context->heapStart; 14 context->heap = context->heapStart;
15 15
16 // context->codeNum = Exit; 16 // context->codeNum = Exit;
17 17 context->idgCount = 0;
18 #include "c/codeGearInit.c" 18 #include "c/codeGearInit.c"
19 19
20 #include "c/dataGearInit.c" 20 #include "c/dataGearInit.c"
21 21
22 // context->data[D_ActiveQueue] = createSynchronizedQueue(context); 22 // context->data[D_ActiveQueue] = createSynchronizedQueue(context);