Searched refs:TaskControlBlock (Results 1 – 1 of 1) sorted by relevance
180 this.currentTcb = new TaskControlBlock(this.list, id, priority, queue, task);260 function TaskControlBlock(link, id, priority, queue, task) { class297 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 …]