Lines Matching refs:be
13 // contributors may be used to endorse or promote products derived
20 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
82 * the expected there must be a bug in the implementation.
89 * A scheduler can be used to schedule a set of tasks based on their relative
118 * @param {Packet} queue the queue of work to be processed by the task
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
212 * to run. The blocked task will not be made runnable until it is explicitly
223 * to run. If new work is added to the suspended task it will be made runnable.
251 * @param {Packet} queue the queue of packages to be processed by the task
280 * be started by the scheduler.
285 * The task is blocked and cannot be run until it is explicitly released.
317 * Runs this task, if it is ready to be run, and returns the next task to run.
360 * @param {int} count the number of times this task should be scheduled