Searched refs:THREAD_DEATH (Results 1 – 2 of 2) sorted by relevance
276 DEBUG_ASSERT(t->state != THREAD_DEATH); in thread_resume()318 if (t->state != THREAD_DEATH) { in thread_join()327 DEBUG_ASSERT(t->state == THREAD_DEATH); in thread_join()363 if (t->state == THREAD_DEATH) { in thread_detach()393 current_thread->state = THREAD_DEATH; in thread_exit()932 case THREAD_DEATH: in thread_state_to_str()
44 THREAD_DEATH, enumerator
Completed in 5 milliseconds