Home | History | Annotate | Download | only in runtime

Lines Matching full:suspended

345   // A thread may be suspended for GC; in this code, we really want to know whether
797 // Ensure all threads are suspended while we read objects' lock words.
3085 // Process request while all mutator threads are suspended.
3851 // Thread is not suspended by an event so it cannot invoke a method.
3858 * target thread) once. So if a thread has been suspended more than once (either by
3859 * the debugger for an event or by the runtime for GC), it will remain suspended before
3861 * the threads it has suspended so the target thread can execute the method.
3868 * JDWP specs by resuming that thread only once. This means the thread will remain suspended
3869 * if it has been suspended more than once before the invoke (and again, this is the
3878 // The target thread will remain suspended even after we resume it. Let's emit a warning
3880 LOG(WARNING) << *targetThread << " suspended more than once (suspend count == "
4159 // while we send the reply but are not yet suspended. The JDWP token will be released just before