Search Results
OK to copy?
Examples 1 through 10 of
90 (0.0010 seconds)
Class:
org.example.junit.ThreadedOutput
©,
Rating:
100% of 1,
C1
Class: org.apache.jk.apr.TomcatStarter ©, Rating: 0% of 0, C2
Class: org.springframework.beans.ConcurrentBeanWrapperTests ©, Rating: 0% of 0, C2
Class: org.apache.jmeter.engine.ClientJMeterEngine ©, Rating: 0% of 0, C1
Class: org.springframework.beans.factory.ConcurrentBeanFactoryTests ©, Rating: 0% of 0, C2
Class: org.apache.batik.util.ThreadPounder ©, Rating: 0% of 0, C1
Class: org.springframework.aop.interceptor.ConcurrencyThrottleInterceptorTests ©, Rating: 0% of 0, C2
Class: org.springframework.aop.interceptor.ConcurrencyThrottleInterceptorTests ©, Rating: 0% of 0, C2
Class: org.springframework.aop.target.ThreadLocalTargetSourceTests ©, Rating: 0% of 0, C1
jgoodies_validation Class: com.jgoodies.validation.tutorial.performance.Worker ©, Rating: 0% of 0, C1
Class: org.apache.jk.apr.TomcatStarter ©, Rating: 0% of 0, C2
57 Thread startThread=new Thread( new TomcatStarter(c, args));
58 c=null;
59 startThread.start();
60 break;
61 }
Class: org.springframework.beans.ConcurrentBeanWrapperTests ©, Rating: 0% of 0, C2
054 Thread t = new Thread(run);
055 t.setDaemon(true);
056 t.start();
057 }
058 logger.info("Thread creation over, " + set.size() + " still active.");
Class: org.apache.jmeter.engine.ClientJMeterEngine ©, Rating: 0% of 0, C1
073 {
074 log.info("about to run remote test");
075 new Thread(this).start();
076 log.info("done initiating run command");
077 }
Class: org.springframework.beans.factory.ConcurrentBeanFactoryTests ©, Rating: 0% of 0, C2
082 Thread t = new Thread(run);
083 t.setDaemon(true);
084 t.start();
085 }
086 logger.info("Thread creation over, " + set.size() + " still active.");
Class: org.apache.batik.util.ThreadPounder ©, Rating: 0% of 0, C1
084 while (iter.hasNext()) {
085 Thread t = new SyncThread((Runnable)iter.next());
086 t.start();
087 lock.wait();
088 threads[i] = t;
Class: org.springframework.aop.interceptor.ConcurrencyThrottleInterceptorTests ©, Rating: 0% of 0, C2
075 threads[i] = new ConcurrencyTest(proxy,
076 i % 2 == 0 ? (Throwable) new OutOfMemoryError() : (Throwable) new IllegalStateException());
077 threads[i].start();
078 }
079 for (int i = 0; i < NR_OF_THREADS; i++) {
Class: org.springframework.aop.interceptor.ConcurrencyThrottleInterceptorTests ©, Rating: 0% of 0, C2
064 for (int i = 0; i < NR_OF_THREADS; i++) {
065 threads[i] = new ConcurrencyTest(proxy, null);
066 threads[i].start();
067 }
068 for (int i = 0; i < NR_OF_THREADS / 10; i++) {
Class: org.springframework.aop.target.ThreadLocalTargetSourceTests ©, Rating: 0% of 0, C1
jgoodies_validation Class: com.jgoodies.validation.tutorial.performance.Worker ©, Rating: 0% of 0, C1