Home | History | Annotate | Download | only in ThreadPool

Lines Matching defs:Task

19 // task submission and execution.
45 w->task.f = nullptr;
59 Task t = env_.CreateTask(std::move(fn));
67 w->task = std::move(t);
92 Task t;
101 t = w.task;
102 w.task.f = nullptr;
121 typedef typename Environment::Task Task;
126 Task task;
140 std::deque<Task> pending_; // Queue of pending work