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

Lines Matching full:work

118  * @param {Packet} queue the queue of work to be processed by the task
126 * Add a work task to this scheduler.
129 * @param {Packet} queue the queue of work to be processed by the task
139 * @param {Packet} queue the queue of work to be processed by the task
149 * @param {Packet} queue the queue of work to be processed by the task
159 * @param {Packet} queue the queue of work to be processed by the task
171 * @param {Packet} queue the queue of work to be processed by the task
213 * released, even if new work is added to it.
223 * to run. If new work is added to the suspended task it will be made runnable.
246 * A task control block manages a task and the queue of work packages associated
356 * An idle task doesn't do any work itself but cycles control between the two
413 * A task that manipulates work packets.
415 * @param {int} v1 a seed used to specify how work packets are manipulated
416 * @param {int} v2 another seed used to specify how work packets are manipulated
450 * A task that manipulates work packets and then suspends itself.
501 * nature of the work performed on packets by the tasks.