Lines Matching full:scheduler
9 * 2006-04-28 Bernard fix the scheduler algorthm
11 * 2006-05-27 Bernard fix the scheduler algorthm for same priority
13 * 2006-06-04 Bernard rewrite the scheduler algorithm
22 * 2011-05-10 Bernard clean scheduler debug log.
197 * This function will initialize the system scheduler
210 RT_DEBUG_LOG(RT_DEBUG_SCHEDULER, ("start scheduler: max priority 0x%02x\n", in rt_system_scheduler_init()
251 * This function will startup scheduler. It will select one thread
326 else if (current_thread->scheduler_lock_nest == 1) /* whether lock scheduler */ in rt_schedule()
408 /* check the scheduler is enabled or not */ in rt_schedule()
783 * This function will lock the thread scheduler.
800 /* lock scheduler for all cpus */ in rt_enter_critical()
806 /* lock scheduler for local cpu */ in rt_enter_critical()
833 * This function will unlock the thread scheduler.
895 * Get the scheduler lock level
897 * @return the level of the scheduler lock. 0 means unlocked.