Searched refs:sys_clock_getres (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp1650 #define sys_clock_getres(x,y) ::syscall(SYS_clock_getres, x, y) macro
1653 #define sys_clock_getres(x,y) -1 macro
1657 #define sys_clock_getres(x,y) ::syscall(SYS_clock_getres, x, y) macro
1670 // the sys_clock_getres() returns 0 error code.
1674 // If the fast Posix clocks are supported then the sys_clock_getres()
1680 sys_clock_getres(clockid, &tp) == 0 && tp.tv_sec == 0) {
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp1442 #define sys_clock_getres(x,y) ::syscall(SYS_clock_getres, x, y) macro
1445 #define sys_clock_getres(x,y) -1 macro
1449 #define sys_clock_getres(x,y) ::syscall(SYS_clock_getres, x, y) macro
1462 // the sys_clock_getres() returns 0 error code.
1466 // If the fast Posix clocks are supported then the sys_clock_getres()
1472 sys_clock_getres(clockid, &tp) == 0 && tp.tv_sec == 0) {

Completed in 145 milliseconds