Home | History | Annotate | Download | only in JavaScriptCore

Lines Matching full:tasks

6219         Make Document::postTask to use a single queue of tasks, to fire them in order
6222 The patch uses CFRunLoopTimer to schedule execution of tasks instead of performSelectorOnMainThread which apparently can starve other event sources.
6224 when too many tasks are posted and the queue does 'stop and re-schedule' to make sure run loop has a chance to execute other events.
15503 Remove threadsafe refcounting from tasks used with WTF::MessageQueue.
15517 of posted tasks and passes it to the new owner (in another thread) when the task is fetched.
15760 Add MessageQueue::removeIf(Predicate&) to remove certain tasks without pulling them from the queue.
15761 Existing Database tests cover this since Database removes tasks when it is stopped.