Searched refs:WAITING (Results 1 - 17 of 17) sorted by relevance

/openjdk7/jdk/test/java/lang/Thread/
H A DThreadStateTest.java67 checkThreadState(myThread, Thread.State.WAITING);
80 checkThreadState(myThread, Thread.State.WAITING);
154 private final int WAITING = 2; field in class:ThreadStateTest.MyThread
189 case WAITING: {
272 setState(WAITING);
320 case WAITING:
/openjdk7/jdk/test/java/lang/management/ThreadMXBean/
H A DThreadStateTest.java85 Utils.checkThreadState(myThread, Thread.State.WAITING);
86 checkLockInfo(myThread, Thread.State.WAITING,
103 Utils.checkThreadState(myThread, Thread.State.WAITING);
104 checkLockInfo(myThread, Thread.State.WAITING, null, null);
233 private final int WAITING = 2; field in class:ThreadStateTest.MyThread
266 case WAITING: {
352 setState(WAITING);
402 case WAITING:
H A DLocks.java72 if (expectedState == Thread.State.WAITING &&
73 info.getThreadState() != Thread.State.WAITING) {
202 while (waiter.getState() != Thread.State.WAITING
206 checkBlockedObject(waiter, objC, null, Thread.State.WAITING);
225 checkBlockedObject(waiter, objC, Thread.currentThread(), Thread.State.WAITING);
H A DThreadStackTrace.java89 Utils.checkThreadState(examiner, Thread.State.WAITING);
308 Utils.checkThreadState(blockedThread, Thread.State.WAITING);
H A DSynchronizationStatistics.java93 checkThreadState(examiner, Thread.State.WAITING);
373 if (s == Thread.State.WAITING || s == Thread.State.TIMED_WAITING) {
436 if (s == Thread.State.WAITING || s == Thread.State.TIMED_WAITING) {
H A DThreadCpuTime.java175 if (info.getThreadState() == Thread.State.WAITING) {
H A DThreadUserTime.java175 if (info.getThreadState() == Thread.State.WAITING) {
/openjdk7/jdk/src/share/classes/sun/security/timestamp/
H A DTSResponse.java130 public static final int WAITING = 3; field in class:TSResponse
246 case WAITING:
/openjdk7/jdk/test/javax/management/notification/
H A DBroadcasterSupportDeadlockTest.java80 thread to be in WAITING state. This isn't foolproof,
82 Thread.getState() could find the thread in WAITING state
87 while (t1.getState() != Thread.State.WAITING)
159 // hit the WAITING state
/openjdk7/jdk/src/share/classes/sun/misc/
H A DVM.java371 return WAITING;
/openjdk7/jdk/test/com/sun/management/ThreadMXBean/
H A DThreadAllocatedMemory.java180 if (info.getThreadState() == Thread.State.WAITING) {
H A DThreadAllocatedMemoryArray.java193 if (info.getThreadState() == Thread.State.WAITING) {
H A DThreadCpuTimeArray.java217 if (info.getThreadState() == Thread.State.WAITING) {
/openjdk7/jdk/src/share/classes/sun/management/snmp/jvminstr/
H A DJvmThreadInstanceEntryImpl.java107 case WAITING:
/openjdk7/jdk/src/share/classes/java/lang/management/
H A DThreadInfo.java380 * {@link java.lang.Thread.State#WAITING WAITING}
391 * that a thread has been in the <tt>WAITING</tt> or
410 * in the {@link java.lang.Thread.State#WAITING WAITING}
414 * was in the <tt>WAITING</tt> or <tt>TIMED_WAITING</tt> state.
433 * <br>The thread is in the {@link java.lang.Thread.State#WAITING WAITING}
438 * <br>The thread is in the {@link java.lang.Thread.State#WAITING WAITING}
[all...]
/openjdk7/jdk/src/share/classes/java/lang/
H A DThread.java1730 * <li>{@link #WAITING}<br>
1793 WAITING, enum constant in enum:Thread.State
/openjdk7/jdk/src/share/classes/sun/print/
H A DServiceDialog.java88 public final static int WAITING = 0; field in class:ServiceDialog

Completed in 2625 milliseconds