Home | History | Annotate | Download | only in vm

Lines Matching refs:THREAD_STARTING

1506      * THREAD_STARTING, broadcast to gDvm.threadStartCond, and then sleep
1581 while (newThread->status != THREAD_STARTING)
1612 assert(newThread->status == THREAD_STARTING);
1650 self->status = THREAD_STARTING;
3482 case THREAD_STARTING: return "STARTING";