Searched refs:get_native_priority (Results 1 - 8 of 8) sorted by relevance

/openjdk9/hotspot/src/share/vm/runtime/
H A Dos.hpp840 static OSReturn get_native_priority(const Thread* const thread, int* priority_ptr);
H A Dos.cpp224 OSReturn ret = get_native_priority(thread, &os_prio);
H A Dthread.cpp810 if (os::get_native_priority(this, &os_prio) == OS_OK) {
/openjdk9/hotspot/src/os/windows/vm/
H A Dos_windows.cpp3686 OSReturn os::get_native_priority(const Thread* const thread, function in class:os
/openjdk9/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp2649 OSReturn os::get_native_priority(const Thread* const thread, int *priority_ptr) { function in class:os
/openjdk9/hotspot/src/os/aix/vm/
H A Dos_aix.cpp2626 OSReturn os::get_native_priority(const Thread* const thread, int *priority_ptr) { function in class:os
/openjdk9/hotspot/src/os/linux/vm/
H A Dos_linux.cpp3944 OSReturn os::get_native_priority(const Thread* const thread,
/openjdk9/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp3513 OSReturn os::get_native_priority(const Thread* const thread, function in class:os

Completed in 231 milliseconds