Lines Matching refs:Worker
52 class Worker {54 Worker(Smoke &smoke, int index, int object_begin, int object_end);82 static void thread_loop(Worker *worker) { worker->update_loop(); }122 std::vector<std::unique_ptr<Worker>> workers_;184 void update_simulation(const Worker &worker);186 void draw_objects(Worker &worker);