| /openjdk7/jdk/src/share/native/sun/awt/image/jpeg/ |
| H A D | jcmainct.c | 37 boolean suspended; /* remember if we suspended output */ member in struct:__anon693 83 _main->suspended = FALSE; 146 if (! _main->suspended) { 148 _main->suspended = TRUE; 153 * call suspended; then mark the main buffer empty. 155 if (_main->suspended) { 157 _main->suspended = FALSE; 220 if (! _main->suspended) { 222 _main->suspended [all...] |
| /openjdk7/jdk/src/share/classes/sun/misc/ |
| H A D | VM.java | 43 private static boolean suspended = false; field in class:VM 48 return suspended; 58 suspended = true; 62 // Causes any suspended threadgroups to be resumed. 66 suspended = false;
|
| /openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ |
| H A D | ProcDebuggerLocal.java | 136 suspended = true; 147 suspended = true; 169 suspended = false; 176 if (suspended) { 177 throw new DebuggerException("Process already suspended"); 180 suspended = true; 187 if (!suspended) { 188 throw new DebuggerException("Process not suspended"); 192 suspended = false; 197 return suspended; 681 private boolean suspended; field in class:ProcDebuggerLocal [all...] |
| /openjdk7/jdk/src/share/classes/sun/management/snmp/jvminstr/ |
| H A D | JvmThreadInstanceEntryImpl.java | 59 public final static byte suspended = (byte)0x40; // bit 2 field in class:JvmThreadInstanceEntryImpl.ThreadStateMap.Byte0 88 setBit(bitmap,0,Byte0.suspended); 124 final boolean suspended = info.isSuspended(); 128 ",isSuspended=" + suspended + "]"); 131 if (suspended) setSuspended(bitmap);
|
| /openjdk7/jdk/src/share/classes/java/lang/management/ |
| H A D | ThreadInfo.java | 104 private boolean suspended; field in class:ThreadInfo 225 this.suspended = ManagementFactoryHelper.isThreadSuspended(state); 274 suspended = ticd.suspended(); 545 * is suspended. This method returns <tt>true</tt> if 548 * @return <tt>true</tt> if the thread is suspended; 552 return suspended; 592 sb.append(" (suspended)"); 672 * <td>suspended</td>
|
| /openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/livejvm/ |
| H A D | ServiceabilityAgentJVMDIModule.java | 43 private boolean suspended; field in class:ServiceabilityAgentJVMDIModule 227 suspended = true; 236 suspended = false; 239 /** Indicates whether all Java threads have been suspended via this 242 return suspended;
|
| /openjdk7/hotspot/agent/src/share/native/jvmdi/ |
| H A D | sa.cpp | 179 static bool suspended = false; variable 284 if (suspended) { 285 reportErrorToSA("Target process already suspended"); 331 suspended = true; 336 if (!suspended) { 337 reportErrorToSA("Target process already suspended"); 356 suspended = false;
|
| /openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/ |
| H A D | BugSpot.java | 167 System.err.println("Already suspended"); 390 private boolean suspended; field in class:BugSpot 490 suspended = true; 1200 return suspended; 1214 suspended = true; 1240 suspended = false; 1351 // Must call only when suspended 1362 // Must call only when suspended
|
| /openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/bdi/ |
| H A D | ExecutionManager.java | 320 public void run(boolean suspended, argument 328 //### Would be cleaner if we could just bring up VM already suspended. 329 if (suspended) {
|
| /openjdk7/jdk/src/share/classes/sun/management/ |
| H A D | ThreadInfoCompositeData.java | 146 private static final String SUSPENDED = "suspended"; 293 public boolean suspended() { method in class:ThreadInfoCompositeData
|
| /openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/gui/ |
| H A D | CommandInterpreter.java | 360 private boolean doLoad(boolean suspended, argument 371 runtime.run(suspended, 396 runtime.run(suspended, vmArgs, clname, args); 468 env.notice("All (non-system) threads suspended."); 760 //env.failure("Current thread isn't suspended."); 766 env.failure("Thread is not suspended."); 1319 out.println("load <class> [args] -- start execution of a Java class, initially suspended"); 1320 out.println("load -- re-execute last class run, initially suspended");
|
| /openjdk7/hotspot/src/share/vm/runtime/ |
| H A D | os.hpp | 884 State suspended() { function in class:os::SuspendResume
|
| /openjdk7/jdk/make/jpda/jdwp/ |
| H A D | jdwp.spec | 135 "<li>All threads suspended by the thread-level " 177 "VM. All Java threads currently running will be suspended. " 184 "the same number of times it has been suspended. " 197 "counted. If a particular thread is suspended n times, it must " 1088 "has been suspended by an event. " 1090 "when the target VM has been suspended by the front-end. " 1109 "suspended by an event or by command. " 1116 "count is greater than 1, it will remain in a suspended state " 1118 "all threads in the target VM are suspended, regardless their state " 1128 "will be suspended onc [all...] |
| /openjdk7/hotspot/src/os/bsd/vm/ |
| H A D | os_bsd.cpp | 1180 // The thread is returned suspended (in state INITIALIZED), 2816 // were we externally suspended while we were waiting? 2821 // another thread suspended us. We don't want to continue running 2822 // while suspended because that would surprise the thread that 2823 // suspended us. 3644 // were we externally suspended while we were waiting? 3894 // Handler function invoked when a thread's execution is suspended or 3921 os::SuspendResume::State state = osthread->sr.suspended(); 4021 // mark as suspended and send signal 4052 guarantee(osthread->sr.is_suspended(), "Must be suspended"); [all...] |
| /openjdk7/hotspot/src/os/linux/vm/ |
| H A D | os_linux.cpp | 1000 // The thread is returned suspended (in state INITIALIZED), 2567 // were we externally suspended while we were waiting? 2572 // another thread suspended us. We don't want to continue running 2573 // while suspended because that would surprise the thread that 2574 // suspended us. 3565 // were we externally suspended while we were waiting? 3742 // Handler function invoked when a thread's execution is suspended or 3769 os::SuspendResume::State state = osthread->sr.suspended(); 3867 // mark as suspended and send signal 3898 guarantee(osthread->sr.is_suspended(), "Must be suspended"); [all...] |
| /openjdk7/hotspot/src/os/solaris/vm/ |
| H A D | os_solaris.cpp | 1363 // The thread is returned suspended (in state INITIALIZED), and is started higher up in the call chain 2765 // were we externally suspended while we were waiting? 2770 // another thread suspended us. We don't want to continue running 2771 // while suspended because that would surprise the thread that 2772 // suspended us. 3700 // were we externally suspended while we were waiting? 4341 os::SuspendResume::State state = osthread->sr.suspended(); 4479 // mark as suspended and send signal 4510 guarantee(osthread->sr.is_suspended(), "Must be suspended"); 4515 assert(osthread->sr.is_suspended(), "thread should be suspended"); [all...] |