Lines Matching refs:kRunnable
540 ThreadState old_state = self->SetStateUnsafe(kRunnable);
541 CHECK_NE(old_state, kRunnable);
548 CHECK_EQ(self->SetStateUnsafe(old_state), kRunnable);
560 // to kRunnable to avoid scoped object access transitions. Remove the debugger as a listener
565 ThreadState old_state = self->SetStateUnsafe(kRunnable);
574 CHECK_EQ(self->SetStateUnsafe(old_state), kRunnable);
1669 case kRunnable:
2975 if (self->GetState() != kRunnable) {