Home | History | Annotate | Download | only in base

Lines Matching refs:Task

38 class Task;
58 void StartTask(Task *task);
62 void UpdateTaskTimeout(Task *task, int64 previous_task_timeout_time);
65 bool is_ok_to_delete(Task* task) {
66 return task == deleting_task_;
78 // Returns the next absolute time when a task times out
104 std::vector<Task *> tasks_;
105 Task *next_timeout_task_;
109 Task* deleting_task_;
112 void RecalcNextTimeout(Task *exclude_task);