Home | History | Annotate | Download | only in v8-v6

Lines Matching refs:Block

196  * Release a task that is currently blocked and return the next block to run.
211 * Block the currently executing task and return the next task control block
222 * Suspend the currently executing task and return the next task control block
246 * A task control block manages a task and the queue of work packages associated
248 * @param {TaskControlBlock} link the preceding block in the linked block list
249 * @param {int} id the id of this block
250 * @param {int} priority the priority of this block
336 * Adds a packet to the worklist of this block's task, marks this as runnable if