Lines Matching full:taskid
22 using TaskId = uint64_t;
26 static const TaskId kTaskIdNull;
49 // Note that once the call is executed or canceled, the TaskId could be reused
52 virtual TaskId PostDelayedTask(const tracked_objects::Location& from_here,
56 TaskId PostDelayedTask(const base::Closure& task, base::TimeDelta delay) {
62 TaskId PostTask(const base::Closure& task) {
65 TaskId PostTask(const tracked_objects::Location& from_here,
81 // Returns the TaskId describing this task. In case of error, returns
83 virtual TaskId WatchFileDescriptor(const tracked_objects::Location& from_here,
90 TaskId WatchFileDescriptor(int fd,
100 // already canceled this method will fail. Note that the TaskId can be reused
102 virtual bool CancelTask(TaskId task_id) = 0;