Home
last modified time | relevance | path

Searched refs:addRunningTask (Results 1 – 1 of 1) sorted by relevance

/cts/suite/cts/deviceTests/browserbench/assets/octane/
Drichards.js127 this.addRunningTask(id, priority, queue, new IdleTask(this, 1, count));
167 Scheduler.prototype.addRunningTask = function (id, priority, queue, task) { method in Scheduler