Searched defs:set_native_priority (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/os/solaris/vm/
H A DosThread_solaris.hpp66 void set_native_priority(int prio) { _native_priority = prio; } function
H A Dos_solaris.cpp1041 // we need to call set_native_priority now that we have an lwp.
1044 // set_native_priority, but Solaris scales the priority
1046 // we pass trash to set_native_priority instead of what's
1058 os::set_native_priority(thread, prio);
1355 set_native_priority(thread,
3910 // See set_native_priority() and set_lwp_class_and_priority().
4253 OSReturn os::set_native_priority(Thread* thread, int newpri) { function in class:os
4257 osthread->set_native_priority(newpri);
/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp3807 OSReturn os::set_native_priority(Thread* thread, int newpri) { function in class:os
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp3685 OSReturn os::set_native_priority(Thread* thread, int newpri) { function in class:os
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp3470 OSReturn os::set_native_priority(Thread* thread, int priority) { function in class:os

Completed in 105 milliseconds