Searched defs:supports_vtime (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp1574 bool os::supports_vtime() { return false; } function in class:os
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp1383 bool os::supports_vtime() { return false; } function in class:os
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp1763 bool os::supports_vtime() { return true; } function in class:os
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp806 bool os::supports_vtime() { return false; } function in class:os

Completed in 82 milliseconds