Home
last modified time | relevance | path

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

/external/v8/benchmarks/
Drichards.js180 this.currentTcb = new TaskControlBlock(this.list, id, priority, queue, task);
260 function TaskControlBlock(link, id, priority, queue, task) { class
297 TaskControlBlock.prototype.setRunning = function () {
301 TaskControlBlock.prototype.markAsNotHeld = function () {
305 TaskControlBlock.prototype.markAsHeld = function () {
309 TaskControlBlock.prototype.isHeldOrSuspended = function () {
313 TaskControlBlock.prototype.markAsSuspended = function () {
317 TaskControlBlock.prototype.markAsRunnable = function () {
324 TaskControlBlock.prototype.run = function () {
345 TaskControlBlock.prototype.checkPriorityAdd = function (task, packet) {
[all …]