Home | History | Annotate | Download | only in benchmarks

Lines Matching refs:Block

201  * Release a task that is currently blocked and return the next block to run.
216 * Block the currently executing task and return the next task control block
227 * Suspend the currently executing task and return the next task control block
251 * A task control block manages a task and the queue of work packages associated
253 * @param {TaskControlBlock} link the preceding block in the linked block list
254 * @param {int} id the id of this block
255 * @param {int} priority the priority of this block
341 * Adds a packet to the worklist of this block's task, marks this as runnable if