Mercurial > hg > Gears > GearsAgda
diff src/parallel_execution/context.h @ 459:57c715bd6283
Change taskManager parameter from context to task
author | Tatsuki IHA <innparusu@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Sat, 16 Dec 2017 06:04:32 +0900 |
parents | 77de0283ac92 |
children | 6b71cf5b1c22 |
line wrap: on
line diff
--- a/src/parallel_execution/context.h Thu Dec 14 07:44:58 2017 +0900 +++ b/src/parallel_execution/context.h Sat Dec 16 06:04:32 2017 +0900 @@ -151,8 +151,8 @@ enum Code decrementTaskCount; enum Code next; enum Code next1; - enum Code task; - struct Context* context; + enum Code setWaitTask; + struct Context* task; struct Queue* tasks; union Data* data; int worker;