Home
last modified time | relevance | path

Searched refs:rt_thread_ready_priority_group (Results 1 – 2 of 2) sorted by relevance

/src/
A Dscheduler_up.c45 rt_uint32_t rt_thread_ready_priority_group; variable
103 number = __rt_ffs(rt_thread_ready_priority_group) - 1; in _scheduler_get_highest_priority_thread()
106 highest_ready_priority = __rt_ffs(rt_thread_ready_priority_group) - 1; in _scheduler_get_highest_priority_thread()
215 rt_thread_ready_priority_group = 0; in rt_system_scheduler_init()
295 if (rt_thread_ready_priority_group != 0) in rt_schedule()
523 rt_thread_ready_priority_group |= RT_SCHED_PRIV(thread).number_mask; in rt_sched_insert_thread()
558 rt_thread_ready_priority_group &= ~RT_SCHED_PRIV(thread).number_mask; in rt_sched_remove_thread()
561 rt_thread_ready_priority_group &= ~RT_SCHED_PRIV(thread).number_mask; in rt_sched_remove_thread()
A Dscheduler_mp.c115 static rt_uint32_t rt_thread_ready_priority_group; variable
185 number = __rt_ffs(rt_thread_ready_priority_group) - 1; in _get_global_highest_ready_prio()
218 return __rt_ffs(rt_thread_ready_priority_group) - 1; in _get_global_highest_ready_prio()
305 rt_thread_ready_priority_group |= RT_SCHED_PRIV(thread).number_mask; in _sched_insert_thread_locked()
374 rt_thread_ready_priority_group &= ~RT_SCHED_PRIV(thread).number_mask; in _sched_remove_thread_locked()
377 rt_thread_ready_priority_group &= ~RT_SCHED_PRIV(thread).number_mask; in _sched_remove_thread_locked()
454 rt_thread_ready_priority_group = 0; in rt_system_scheduler_init()
615 if (rt_thread_ready_priority_group != 0 || pcpu->priority_group != 0) in _prepare_context_switch_locked()

Completed in 8 milliseconds