Lines Matching full:tasks
174 // Clean up any unprocessed tasks, but take care: deleting a task could
175 // result in the addition of more tasks (e.g., via DeleteSoon). We set a
177 // tasks. Normally, we should only pass through this loop once or twice. If
400 // is used to faciliate FIFO sorting when two tasks have the same
408 // We can improve performance of our loading tasks from incoming_queue_ to
431 // We want to delete delayed tasks in the same order in which they would
433 // tasks.
436 // TODO(darin): Delete all tasks once it is safe to do so.
449 // TODO(darin): Delete all tasks once it is safe to do so.
512 // Warning: Don't try to short-circuit, and handle this thread's tasks more
594 // When we "fall behind," there will be a lot of tasks in the delayed work
596 // we will only call Time::Now() intermittently, and then process all tasks
598 // fall behind (and have a lot of ready-to-run delayed tasks), the more
599 // efficient we'll be at handling the tasks.