Mercurial > hg > Gears > GearsAgda
diff src/parallel_execution/context.h @ 474:b92898d3a630
Refactoring CPUWorker.cbc
author | Tatsuki IHA <innparusu@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 28 Dec 2017 12:58:25 +0900 |
parents | 71b634a5ed65 |
children | fae47dc256b6 |
line wrap: on
line diff
--- a/src/parallel_execution/context.h Thu Dec 28 11:55:59 2017 +0900 +++ b/src/parallel_execution/context.h Thu Dec 28 12:58:25 2017 +0900 @@ -183,7 +183,7 @@ struct Queue* tasks; pthread_t thread; struct TaskManager* taskManager; - struct Context* context; + struct Context* task; } Worker; struct CPUWorker { pthread_mutex_t mutex;