Home | History | Annotate | Download | only in threading

Lines Matching refs:Task

8 #include "base/task.h"
15 Task* task = static_cast<Task*>(param);
16 task->Run();
17 delete task;
24 Task* task, bool task_is_slow) {
25 task->SetBirthPlace(from_here);
31 if (!QueueUserWorkItem(WorkItemCallback, task, flags)) {
33 delete task;