Lines Matching full:work
123 * @param {Packet} queue the queue of work to be processed by the task
131 * Add a work task to this scheduler.
134 * @param {Packet} queue the queue of work to be processed by the task
144 * @param {Packet} queue the queue of work to be processed by the task
154 * @param {Packet} queue the queue of work to be processed by the task
164 * @param {Packet} queue the queue of work to be processed by the task
176 * @param {Packet} queue the queue of work to be processed by the task
218 * released, even if new work is added to it.
228 * to run. If new work is added to the suspended task it will be made runnable.
251 * A task control block manages a task and the queue of work packages associated
361 * An idle task doesn't do any work itself but cycles control between the two
418 * A task that manipulates work packets.
420 * @param {int} v1 a seed used to specify how work packets are manipulated
421 * @param {int} v2 another seed used to specify how work packets are manipulated
455 * A task that manipulates work packets and then suspends itself.
506 * nature of the work performed on packets by the tasks.