Lines Matching full:tasks
84 // asynchronous events it may process in addition to tasks and timers.
87 // This type of ML only supports tasks and timers.
118 // NOTE: Any tasks posted to the MessageLoop during this notification will
140 // With the PostTask variant, tasks are invoked in FIFO order, inter-mixed
142 // tasks are called after at least approximately 'delay_ms' have elapsed.
146 // such tasks get deferred until the top-most MessageLoop::Run is executing.
199 // Process all pending tasks, windows messages, etc., but don't wait/sleep.
242 // The specific case where tasks get queued is:
255 // Enables nestable tasks on |loop| while in scope.
406 // Called to process any delayed non-nestable tasks.
419 // Load tasks from the incoming_queue_ into work_queue_ if the latter is
424 // Delete tasks that haven't run yet without running them. Used in the
449 // A list of tasks that need to be processed by this instance. Note that
453 // Contains delayed tasks, sorted by their 'delayed_run_time' property.
459 // A queue of non-nestable tasks that we had to defer because when it came
468 // A recursion block that prevents accidentally running additonal tasks when
478 // A null terminated list which creates an incoming_queue of tasks that are
480 // tasks have not yet been sorted out into items for our work_queue_ vs
495 // The next sequence number to use for delayed tasks.