107
|
1 context->task->maxOdg = context->task->odg + 0;
|
|
2 GET_META(phils0)->wait = createSynchronizedQueue(context);
|
|
3 Gearef(context->task, Phils)->phils = (union Data*) phils0;
|
|
4 Gearef(context->task, Phils)->next = C_exit_code;
|
|
5 element = &ALLOCATE(context, Element)->Element;
|
|
6 element->data = (union Data*)context->task;
|
|
7 element->next = context->taskList;
|
|
8 context->taskList = element;
|
|
9 context->task = NEW(struct Context);
|
|
10 initContext(context->task);
|
|
11 context->task->next = phils1->thinking;
|
|
12 ...
|
|
13 context->task->maxOdg = context->task->odg + 0;
|
|
14 GET_META(phils1)->wait = createSynchronizedQueue(context);
|
|
15 Gearef(context->task, Phils)->phils = (union Data*) phils1;
|
|
16 Gearef(context->task, Phils)->next = C_exit_code;
|
|
17 element = &ALLOCATE(context, Element)->Element;
|
|
18
|