Home | History | Annotate | Download | only in vm

Lines Matching refs:THREAD_WAIT

3214     case THREAD_WAIT:           return "WAIT";
3286 if (thread->status == THREAD_TIMED_WAIT || thread->status == THREAD_WAIT) {