Home
last modified time | relevance | path

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

/lk-master/kernel/
A Dthread.c683 DEBUG_ASSERT(current_thread->state == THREAD_BLOCKED); in thread_block()
693 DEBUG_ASSERT(t->state == THREAD_BLOCKED); in thread_unblock()
928 case THREAD_BLOCKED: in thread_state_to_str()
1073 current_thread->state = THREAD_BLOCKED; in wait_queue_block()
1120 DEBUG_ASSERT(t->state == THREAD_BLOCKED); in wait_queue_wake_one()
1183 DEBUG_ASSERT(t->state == THREAD_BLOCKED); in wait_queue_wake_all()
1241 if (t->state != THREAD_BLOCKED) in thread_unblock_from_wait_queue()
/lk-master/kernel/include/kernel/
A Dthread.h42 THREAD_BLOCKED, enumerator

Completed in 5 milliseconds