Searched refs:TestInvokeCustomWithConcurrentThreads (Results 1 – 2 of 2) sorted by relevance
77 private static void TestInvokeCustomWithConcurrentThreads() throws Throwable { in TestInvokeCustomWithConcurrentThreads() method in Main80 TestInvokeCustomWithConcurrentThreads.test(); in TestInvokeCustomWithConcurrentThreads()88 TestInvokeCustomWithConcurrentThreads(); in main()
27 public class TestInvokeCustomWithConcurrentThreads extends TestBase implements Runnable { class52 private TestInvokeCustomWithConcurrentThreads() {} in TestInvokeCustomWithConcurrentThreads() method in TestInvokeCustomWithConcurrentThreads70 enclosingType = TestInvokeCustomWithConcurrentThreads.class,88 caller.findStatic(TestInvokeCustomWithConcurrentThreads.class, name, methodType); in linkerMethod()115 threads[i] = new Thread(new TestInvokeCustomWithConcurrentThreads()); in test()