Searched refs:thread_is_idle (Results 1 – 3 of 3) sorted by relevance
366 DEBUG_ASSERT(!thread_is_idle(t)); in sched_unblock_list()387 DEBUG_ASSERT(thread_is_idle(t)); in sched_unblock_idle()403 DEBUG_ASSERT(!thread_is_idle(current_thread)); in sched_yield()435 if (likely(!thread_is_idle(current_thread))) { in sched_preempt()474 if (likely(!thread_is_idle(current_thread))) { in sched_reschedule()522 while (!thread_is_idle(t = sched_get_top_thread(old_cpu))) { in sched_transition_off_cpu()805 mp_prepare_current_cpu_idle_state(thread_is_idle(newthread)); in sched_resched_internal()837 if (thread_is_idle(newthread)) { in sched_resched_internal()849 if (thread_is_idle(oldthread)) { in sched_resched_internal()882 target_set_debug_led(0, !thread_is_idle(newthread)); in sched_resched_internal()
325 DEBUG_ASSERT(!thread_is_idle(t)); in thread_suspend()553 DEBUG_ASSERT(!thread_is_idle(current_thread)); in thread_exit()779 if (!thread_is_idle(current_thread)) { in thread_preempt()889 DEBUG_ASSERT(!thread_is_idle(current_thread)); in thread_sleep_etc()
354 static inline bool thread_is_idle(thread_t* t) { in thread_is_idle() function
Completed in 13 milliseconds