Searched refs:OSReturn (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dos.hpp62 enum OSReturn { enum
434 static OSReturn set_priority(Thread* thread, ThreadPriority priority);
435 static OSReturn get_priority(const Thread* const thread, ThreadPriority& priority);
793 static OSReturn set_native_priority(Thread* thread, int native_prio);
794 static OSReturn get_native_priority(const Thread* const thread, int* priority_ptr);
H A Dos.cpp184 OSReturn os::set_priority(Thread* thread, ThreadPriority p) {
205 OSReturn os::get_priority(const Thread* const thread, ThreadPriority& priority) {
208 OSReturn ret = get_native_priority(thread, &os_prio);
/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp3807 OSReturn os::set_native_priority(Thread* thread, int newpri) {
3834 OSReturn os::get_native_priority(const Thread* const thread, int *priority_ptr) {
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp3685 OSReturn os::set_native_priority(Thread* thread, int newpri) {
3692 OSReturn os::get_native_priority(const Thread* const thread, int *priority_ptr) {
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp3470 OSReturn os::set_native_priority(Thread* thread, int priority) {
3476 OSReturn os::get_native_priority(const Thread* const thread, int* priority_ptr) {
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp4253 OSReturn os::set_native_priority(Thread* thread, int newpri) {
4297 OSReturn os::get_native_priority(const Thread* const thread, int *priority_ptr) {

Completed in 182 milliseconds