Searched refs:set_priority (Results 1 - 14 of 14) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DserviceThread.cpp71 java_lang_Thread::set_priority(thread_oop(), NearMaxPriority);
H A Dos.cpp184 OSReturn os::set_priority(Thread* thread, ThreadPriority p) { function in class:os
229 os::set_priority(thread, NearMaxPriority);
359 java_lang_Thread::set_priority(thread_oop(), NearMaxPriority);
H A Dos.hpp434 static OSReturn set_priority(Thread* thread, ThreadPriority priority);
H A Dthread.cpp437 void Thread::set_priority(Thread* thread, ThreadPriority priority) { function in class:Thread
441 (void)os::set_priority(thread, priority);
999 java_lang_Thread::set_priority(thread_oop(), NormPriority);
1118 java_lang_Thread::set_priority(thread_oop(), NormPriority);
1214 os::set_priority(this, MaxPriority);
2980 Thread::set_priority(this, prio);
H A Dthread.hpp325 static void set_priority(Thread* thread, ThreadPriority priority);
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DconcurrentGCThread.cpp59 os::set_priority(this, NearMaxPriority);
212 java_lang_Thread::set_priority(thread_oop(), NearMaxPriority);
/openjdk7/hotspot/src/share/vm/services/
H A DattachListener.cpp401 os::set_priority(thread, NearMaxPriority);
/openjdk7/hotspot/src/share/vm/utilities/
H A Dworkgroup.cpp246 os::set_priority(this, NearMaxPriority);
/openjdk7/hotspot/src/share/vm/classfile/
H A DjavaClasses.hpp315 static void set_priority(oop java_thread, ThreadPriority priority);
H A DjavaClasses.cpp866 void java_lang_Thread::set_priority(oop java_thread, ThreadPriority priority) { function in class:java_lang_Thread
/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileBroker.cpp918 java_lang_Thread::set_priority(thread_oop(), NearMaxPriority);
920 // Note that we cannot call os::set_priority because it expects Java
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp1147 java_lang_Thread::set_priority(thread_hndl(), (ThreadPriority)priority);
H A Djvm.cpp2883 java_lang_Thread::set_priority(java_thread, (ThreadPriority)prio);
2886 Thread::set_priority(thr, (ThreadPriority)prio);
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp5838 os::set_priority(this, NearMaxPriority);

Completed in 393 milliseconds