Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/src/
H A Dscheduler.c126 static struct rt_thread* _get_highest_priority_thread(rt_ubase_t *highest_prio) in _get_highest_priority_thread() function
170 static struct rt_thread* _get_highest_priority_thread(rt_ubase_t *highest_prio) in _get_highest_priority_thread() function
259 to_thread = _get_highest_priority_thread(&highest_ready_priority); in rt_system_scheduler_start()
332 to_thread = _get_highest_priority_thread(&highest_ready_priority); in rt_schedule()
418 to_thread = _get_highest_priority_thread(&highest_ready_priority); in rt_schedule()
537 to_thread = _get_highest_priority_thread(&highest_ready_priority); in rt_scheduler_do_irq_switch()