annotate src/parallel_execution/worker.h @ 269:5170539348ec

rename TaskManagerImpl.cbc
author mir3636
date Sun, 29 Jan 2017 22:15:32 +0900
parents e450bd33b33b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
238
e450bd33b33b add worker.h
mir3636
parents:
diff changeset
1 #include "context.h"
e450bd33b33b add worker.h
mir3636
parents:
diff changeset
2 union Data* createCPUWorker(struct Context* context, int id, Queue* queue);