Searched refs:THREAD_READY (Results 1 – 2 of 2) sorted by relevance
80 DEBUG_ASSERT(t->state == THREAD_READY); in insert_in_run_queue_head()91 DEBUG_ASSERT(t->state == THREAD_READY); in insert_in_run_queue_tail()282 t->state = THREAD_READY; in thread_resume()616 current_thread->state = THREAD_READY; in thread_yield()657 current_thread->state = THREAD_READY; in thread_preempt()697 t->state = THREAD_READY; in thread_unblock()728 t->state = THREAD_READY; in thread_sleep_handler()924 case THREAD_READY: in thread_state_to_str()1121 t->state = THREAD_READY; in wait_queue_wake_one()1184 t->state = THREAD_READY; in wait_queue_wake_all()[all …]
40 THREAD_READY, enumerator
Completed in 5 milliseconds