Home | History | Annotate | Download | only in vm

Lines Matching full:thread_running

286     thread->status = THREAD_RUNNING;
605 if (target->status == THREAD_RUNNING) {
1344 * so dvmChangeStatus(THREAD_RUNNING) won't cause a suspension.
1364 * - change our state back to THREAD_RUNNING; GC causes us to suspend
1370 * o child changes state to THREAD_RUNNING
1393 * picked up by new threads before changing state to THREAD_RUNNING.
1398 assert(self->status == THREAD_RUNNING);
1419 dvmChangeStatus(self, THREAD_RUNNING);
1479 * We have to use THREAD_VMWAIT here rather than THREAD_RUNNING
1482 * change us to THREAD_RUNNING, then a GC could start before we get
1501 dvmChangeStatus(self, THREAD_RUNNING);
1695 //assert(newThread->status == THREAD_RUNNING);
1843 dvmChangeStatus(self, THREAD_RUNNING);
2284 self->status = THREAD_RUNNING;
2433 while (thread->status == THREAD_RUNNING) {
2584 * Wait for everybody in THREAD_RUNNING state to stop. Other states
2586 * Any attempt to transition back to THREAD_RUNNING will cause a check
2792 thread->status != THREAD_RUNNING);
2808 * it's important that we not be in THREAD_RUNNING while we wait.)
2819 assert(self->status != THREAD_RUNNING);
2905 if (newStatus == THREAD_RUNNING) {
2907 * Change our status to THREAD_RUNNING. The transition requires
2964 * Not changing to THREAD_RUNNING. No additional work required.
3197 case THREAD_RUNNING: return "RUNNABLE";