Lines Matching full:queue
24 * 2018-11-22 Jesven remove the current task from ready queue
25 * add per cpu ready queue
27 * rt_schedule_insert_thread won't insert current task to ready queue
123 * get the highest priority thread in ready queue
303 * with the highest priority level in global ready queue or local ready queue,
415 /* need_insert_from_thread: need to insert from_thread to ready queue */ in rt_schedule()
580 * This function will insert a thread to system ready queue. The state of
581 * thread will be set as READY and remove from suspend queue.
606 /* READY thread, insert to ready queue */ in rt_schedule_insert_thread()
668 /* READY thread, insert to ready queue */ in rt_schedule_insert_thread()
690 * This function will remove a thread from system ready queue.