Searched defs:MyThread (Results 1 - 17 of 17) sorted by relevance

/openjdk7/jdk/test/java/lang/management/ThreadMXBean/
H A DSharedSynchronizer.java41 MyThread t = new MyThread();
58 static class MyThread extends Thread { class in class:SharedSynchronizer
H A DThreadCounts.java59 allThreads[i] = new MyThread(i);
81 allThreads[i] = new MyThread(i);
119 allThreads[i] = new MyThread(i);
237 // The MyThread thread lives as long as correspondent live[i] value is true
238 private static class MyThread extends Thread { class in class:ThreadCounts
241 MyThread(int id) { method in class:ThreadCounts.MyThread
H A DThreadCpuTime.java102 threads[i] = new MyThread("MyThread-" + i);
182 static class MyThread extends Thread { class in class:ThreadCpuTime
183 public MyThread(String name) { method in class:ThreadCpuTime.MyThread
H A DThreadUserTime.java102 threads[i] = new MyThread("MyThread-" + i);
182 static class MyThread extends Thread { class in class:ThreadUserTime
183 public MyThread(String name) { method in class:ThreadUserTime.MyThread
H A DAllThreadIds.java132 allThreads[i] = new MyThread(i);
236 // The MyThread thread lives as long as correspondent live[i] value is true
237 private static class MyThread extends Thread { class in class:AllThreadIds
240 MyThread(int id) { method in class:AllThreadIds.MyThread
H A DMyOwnSynchronizer.java45 static MyThread thread = new MyThread();
154 static class MyThread extends Thread { class in class:MyOwnSynchronizer
155 public MyThread() { method in class:MyOwnSynchronizer.MyThread
156 super("MyThread");
H A DResetPeakThreadCount.java127 allThreads[i] = new MyThread(i);
234 // The MyThread thread lives as long as correspondent live[i] value is true
235 private static class MyThread extends Thread { class in class:ResetPeakThreadCount
238 MyThread(int id) { method in class:ResetPeakThreadCount.MyThread
H A DThreadStateTest.java62 MyThread myThread = new MyThread("MyThread");
224 static class MyThread extends Thread { class in class:ThreadStateTest
227 MyThread(String name) { method in class:ThreadStateTest.MyThread
337 // wait for MyThread.
345 // wait for MyThread to get blocked
353 // wait for MyThread to wait on object.
360 // wait for MyThread timed wait call.
367 // wait for MyThread stat
[all...]
/openjdk7/jdk/test/javax/swing/JFileChooser/6868611/
H A Dbug6868611.java59 Thread thread = new MyThread(tempDir);
80 private static class MyThread extends Thread { class in class:bug6868611
83 private MyThread(String dir) { method in class:bug6868611.MyThread
/openjdk7/jdk/test/java/lang/InheritableThreadLocal/
H A DBasic.java46 Thread progenitor = new MyThread();
58 private static class MyThread extends Thread { class in class:Basic
62 child = new MyThread();
H A DITLRemoveTest.java56 Thread progenitor = new MyThread();
85 private static class MyThread extends Thread { class in class:ITLRemoveTest
94 child = new MyThread();
/openjdk7/jdk/test/com/sun/management/ThreadMXBean/
H A DThreadAllocatedMemory.java104 threads[i] = new MyThread("MyThread-" + i);
198 static class MyThread extends Thread { class in class:ThreadAllocatedMemory
199 public MyThread(String name) { method in class:ThreadAllocatedMemory.MyThread
H A DThreadAllocatedMemoryArray.java55 threads[i] = new MyThread("MyThread-" + i);
211 static class MyThread extends Thread { class in class:ThreadAllocatedMemoryArray
212 public MyThread(String name) { method in class:ThreadAllocatedMemoryArray.MyThread
H A DThreadCpuTimeArray.java67 threads[i] = new MyThread("MyThread-" + i);
235 static class MyThread extends Thread { class in class:ThreadCpuTimeArray
236 public MyThread(String name) { method in class:ThreadCpuTimeArray.MyThread
/openjdk7/jdk/test/javax/swing/JFileChooser/6798062/
H A Dbug6798062.java101 thread = new MyThread(slider.getValue(), tfLink.getText());
157 private class MyThread extends Thread { class in class:bug6798062
162 private MyThread(int delay, String link) { method in class:bug6798062.MyThread
/openjdk7/jdk/test/java/lang/Thread/
H A DThreadStateTest.java52 MyThread myThread = new MyThread("MyThread");
143 static class MyThread extends Thread { class in class:ThreadStateTest
148 MyThread(String name) { method in class:ThreadStateTest.MyThread
259 // wait for MyThread.
266 // wait for MyThread to get to a point just before being blocked
273 // wait for MyThread to get to just before wait on object.
280 // wait for MyThread to get to just before timed wait call.
287 // wait for MyThread t
[all...]
/openjdk7/jdk/test/java/lang/management/ManagementFactory/
H A DThreadMXBeanProxy.java49 static MyThread thread = new MyThread();
100 throw new RuntimeException("No ThreadInfo found for MyThread");
106 static class MyThread extends Thread { class in class:ThreadMXBeanProxy
107 public MyThread() { method in class:ThreadMXBeanProxy.MyThread
108 super("MyThread");

Completed in 80 milliseconds