Searched refs:BlockedThread (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/java/lang/management/ThreadMXBean/
H A DThreadBlockedCount.java54 private static BlockedThread blocked;
60 // Create the BlockingThread before BlockedThread
61 // to make sure BlockingThread enter the lock before BlockedThread
67 blocked = new BlockedThread();
86 static class BlockedThread extends Thread { class in class:ThreadBlockedCount
113 System.out.println("BlockedThread entered lock blockedObj1.");
139 System.out.println("BlockedThread entered lock blockedObj2.");
165 System.out.println("BlockedThread entered lock blockedObj3.");
186 // wait for BlockedThread.
191 // give a chance for BlockedThread t
[all...]
H A DThreadStackTrace.java73 BlockedThread blocked = new BlockedThread("BlockedThread");
88 // The Examiner should be waiting to be notified by the BlockedThread
147 static class BlockedThread extends Thread { class in class:ThreadStackTrace
150 BlockedThread(String name) { method in class:ThreadStackTrace.BlockedThread
215 System.out.println("BlockedThread notified");
222 } // BlockedThread
225 private static BlockedThread blockedThread;
232 public void setThread(BlockedThread threa
[all...]
H A DSynchronizationStatistics.java79 BlockedThread blocked = new BlockedThread("BlockedThread");
86 // for the BlockedThread to start
92 // The Examiner should be waiting to be notified by the BlockedThread
192 static class BlockedThread extends StatThread { class in class:SynchronizationStatistics
194 BlockedThread(String name) { method in class:SynchronizationStatistics.BlockedThread
305 } // BlockedThread
310 private BlockedThread blockedThread;
317 public void setThread(BlockedThread threa
[all...]

Completed in 43 milliseconds