Lines Matching defs:queue
456 * Moves a task onto the appropriate run queue.
591 * We need to add this task to the ready queue.
598 * be trying to add this task to the ready queue. The
603 * we add the task to the ready queue.
696 * Purge events from a task's event queue.
724 * Purge events from a task's event queue.
738 * Purge 'event' from a task's event queue.
746 * If 'event' is on the task's event queue, it will be purged,
748 * on the task's event queue; in fact, it can even be an invalid
750 * event queue.
782 * Remove events from a task's event queue.
796 * Remove events from a task's event queue.
948 isc__tasklist_t queue;
951 queue = manager->ready_tasks;
953 queue = manager->ready_priority_tasks;
955 return (ISC_TF(EMPTY(queue)));
986 * Push 'task' onto the ready_tasks queue. If 'task' has the privilege
987 * flag set, then also push it onto the ready_priority_tasks queue.
1211 * queue later.
1246 * ready queue is empty before we requeue.
1248 * A possible optimization if the queue is
1258 * do the optimization. If the ready queue
1277 * tasks remaining on the current ready queue, then
1279 * point and continue with the regular ready queue.