Home | History | Annotate | Download | only in vm

Lines Matching refs:THREAD_STARTING

1329      * THREAD_STARTING, broadcast to gDvm.threadStartCond, and then sleep
1404 while (newThread->status != THREAD_STARTING)
1438 assert(newThread->status == THREAD_STARTING);
1475 self->status = THREAD_STARTING;
3206 case THREAD_STARTING: return "STARTING";