Searched refs:thread_is_idle (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/kernel/kernel/
H A Dsched.cpp366 DEBUG_ASSERT(!thread_is_idle(t));
387 DEBUG_ASSERT(thread_is_idle(t));
403 DEBUG_ASSERT(!thread_is_idle(current_thread));
435 if (likely(!thread_is_idle(current_thread))) {
474 if (likely(!thread_is_idle(current_thread))) {
522 while (!thread_is_idle(t = sched_get_top_thread(old_cpu))) {
805 mp_prepare_current_cpu_idle_state(thread_is_idle(newthread));
837 if (thread_is_idle(newthread)) {
849 if (thread_is_idle(oldthread)) {
882 target_set_debug_led(0, !thread_is_idle(newthrea
[all...]
H A Dthread.cpp324 DEBUG_ASSERT(!thread_is_idle(t));
543 DEBUG_ASSERT(!thread_is_idle(current_thread));
769 if (!thread_is_idle(current_thread)) {
876 DEBUG_ASSERT(!thread_is_idle(current_thread));
/fuchsia/zircon/kernel/include/kernel/
H A Dthread.h325 static inline bool thread_is_idle(thread_t* t) { function

Completed in 31 milliseconds