Lines Matching full:resumed
2484 bool resumed = Runtime::Current()->GetThreadList()->Resume(thread, SuspendReason::kForDebugger);
2485 DCHECK(resumed);
3726 bool resumed = Runtime::Current()->GetThreadList()->Resume(thread_,
3728 DCHECK(resumed);
3957 // to indicate the invoke won't be executed until the thread is resumed.
3960 << "it is fully resumed.";
4037 // it is resumed. Once the invocation completes, the target thread will delete it before
4050 bool resumed = thread_list->Resume(targetThread, SuspendReason::kForDebugger);
4051 DCHECK(resumed);