Searched refs:MAX_SECS (Results 1 - 4 of 4) sorted by relevance

/openjdk9/hotspot/src/os/linux/vm/
H A Dos_linux.cpp125 #define MAX_SECS 100000000 macro
2428 if (sec >= MAX_SECS) {
2429 ts.tv_sec += MAX_SECS;
5734 max_secs = now.tv_sec + MAX_SECS;
5746 if (secs >= MAX_SECS) {
5763 max_secs = now.tv_sec + MAX_SECS;
5765 if (secs >= MAX_SECS) {
/openjdk9/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp4226 #define MAX_SECS 100000000 macro
4252 time_t max_secs = now.tv_sec + MAX_SECS;
4264 if (secs >= MAX_SECS) {
/openjdk9/hotspot/src/os/aix/vm/
H A Dos_aix.cpp4548 #define MAX_SECS 100000000 macro
4575 time_t max_secs = now.tv_sec + MAX_SECS;
4589 if (secs >= MAX_SECS) {
/openjdk9/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp5305 #define MAX_SECS 100000000 macro
5331 time_t max_secs = now.tv_sec + MAX_SECS;
5343 if (secs >= MAX_SECS) {

Completed in 146 milliseconds