Search Results
OK to copy?
Examples 1 through 4 of
4 (0.0010 seconds)
Class:
org.apache.jmeter.engine.StandardJMeterEngine
©,
Rating:
0% of 0,
C3
Class: org.apache.tomcat.util.threads.ThreadPool ©, Rating: 100% of 1, C1
Class: org.apache.jmeter.functions.PackageTest ©, Rating: 0% of 0, C1
Class: org.apache.jmeter.functions.PackageTest ©, Rating: 0% of 0, C1
431
432 Thread newThread = new Thread(threads[i]);
433 newThread.setName(threadName);
434 allThreads.put(threads[i], newThread);
435 allThreadNames.put(threadName,threads[i]);
Class: org.apache.tomcat.util.threads.ThreadPool ©, Rating: 100% of 1, C1
543 t = new Thread(this);
544 t.setDaemon(p.getDaemon() );
545 t.setName(p.getName() + "-Monitor");
546 t.start();
547 }
Class: org.apache.jmeter.functions.PackageTest ©, Rating: 0% of 0, C1
453 public void CSVThread2() throws Exception
454 {
455 Thread.currentThread().setName("Two");
456 Thread.sleep(500);// Allow other thread to start
457 synchronized(baton){
Class: org.apache.jmeter.functions.PackageTest ©, Rating: 0% of 0, C1
424 public void CSVThread1() throws Exception
425 {
426 Thread.currentThread().setName("One");
427 synchronized(baton){
428
Result Page:
1