Search Results
OK to copy?
Examples 1 through 10 of
10 (0.0 seconds)
jgoodies_validation
Class:
com.jgoodies.validation.tutorial.performance.Worker
©,
Rating:
0% of 0,
C1
Class: org.apache.tools.ant.taskdefs.Nice ©, Rating: 0% of 0, C2
Class: org.apache.jmeter.threads.ListenerNotifier ©, Rating: 0% of 0, C1
Class: org.apache.jmeter.threads.ListenerNotifier ©, Rating: 0% of 0, C1
Class: org.apache.tomcat.util.threads.ThreadPool ©, Rating: 0% of 0, C2
Class: org.apache.batik.swing.gvt.JGVTComponent ©, Rating: 0% of 0, C2
Class: org.apache.batik.bridge.ScriptingEnvironment ©, Rating: 0% of 0, C1
Class: org.apache.tools.ant.taskdefs.Redirector ©, Rating: 0% of 0, C3
Class: org.apache.tools.ant.taskdefs.Redirector ©, Rating: 0% of 0, C3
Class: org.apache.tools.ant.Main ©, Rating: 0% of 0, C3
161 Thread t = threadVar.get();
162 if (t != null) {
163 t.setPriority(priority);
164 t.start();
165 }
Class: org.apache.tools.ant.taskdefs.Nice ©, Rating: 0% of 0, C2
65 if (newPriority != null && priority != newPriority.intValue()) {
66 try {
67 self.setPriority(newPriority.intValue());
68 } catch (SecurityException e) {
69 //catch permissions denial and keep going
Class: org.apache.jmeter.threads.ListenerNotifier ©, Rating: 0% of 0, C1
234 {
235 log.info("ListenerNotifier: Returning thread priority to normal.");
236 Thread.currentThread().setPriority(Thread.NORM_PRIORITY);
237 }
238 }
Class: org.apache.jmeter.threads.ListenerNotifier ©, Rating: 0% of 0, C1
221 {
222 log.info("ListenerNotifier: Boosting thread priority to maximum.");
223 Thread.currentThread().setPriority(Thread.MAX_PRIORITY);
224 }
225 }
Class: org.apache.tomcat.util.threads.ThreadPool ©, Rating: 0% of 0, C2
183 while(currentThreads.hasMoreElements()) {
184 t = (Thread) currentThreads.nextElement();
185 t.setPriority(threadPriority);
186 }
187 }
Class: org.apache.batik.swing.gvt.JGVTComponent ©, Rating: 0% of 0, C2
0832 }
0833 };
0834 progressivePaintThread.setPriority(Thread.MIN_PRIORITY + 1);
0835 progressivePaintThread.start();
0836 }
Class: org.apache.batik.bridge.ScriptingEnvironment ©, Rating: 0% of 0, C1
Class: org.apache.tools.ant.taskdefs.Redirector ©, Rating: 0% of 0, C3
529 Thread t = new Thread(threadGroup, new StreamPumper(
530 errPumpIn, errorStream, true), "error pumper");
531 t.setPriority(Thread.MAX_PRIORITY);
532 errorStream = new PipedOutputStream(snk);
533 t.start();
Class: org.apache.tools.ant.taskdefs.Redirector ©, Rating: 0% of 0, C3
500 Thread t = new Thread(threadGroup, new StreamPumper(
501 outPumpIn, outputStream, true), "output pumper");
502 t.setPriority(Thread.MAX_PRIORITY);
503 outputStream = new PipedOutputStream(snk);
504 t.start();
Class: org.apache.tools.ant.Main ©, Rating: 0% of 0, C3
0633 project.log("Setting Ant's thread priority to "
0634 + threadPriority,Project.MSG_VERBOSE);
0635 Thread.currentThread().setPriority(threadPriority.intValue());
0636 } catch (SecurityException swallowed) {
0637 //we cannot set the priority here.
Result Page:
1