Lines Matching defs:task
24 #include "src/tasks/task-utils.h"
108 // task owns one of the queues and steals from all others once its own queue
316 // Number of units after which the task processing this queue should publish
357 // so, return it, otherwise get the task id to steal from.
526 // It contains a task manager to allow parallel and asynchronous background
1539 TRACE_COMPILE("ExecuteCompilationUnits (task id %d)\n", task_id);
2298 // This callback is only being called from a foreground task.
2361 // task) and schedule the next step(s), if any.
2386 // their own task manager.
2401 // foreground task when the task is deleted.
2411 // {job_} will be cleared to cancel a pending task.
2444 auto task = std::make_unique<CompileTask>(this, false);
2449 V8::GetCurrentPlatform()->CallOnWorkerThread(std::move(task));
2451 foreground_task_runner_->PostTask(std::move(task));
2840 // task.