view src/parallel_execution/worker.h @ 261:0cd43e22aee1

merge
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sat, 28 Jan 2017 15:48:54 +0900
parents e450bd33b33b
children
line wrap: on
line source

#include "context.h"
union Data* createCPUWorker(struct Context* context, int id, Queue* queue);