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

/openjdk10/hotspot/src/os/bsd/vm/
H A DperfMemory_bsd.cpp520 time_t oldest_ctime = 0; local
591 if (statbuf.st_size > 0 && statbuf.st_ctime > oldest_ctime) {
593 if (statbuf.st_ctime > oldest_ctime) {
600 oldest_ctime = statbuf.st_ctime;
/openjdk10/hotspot/src/os/linux/vm/
H A DperfMemory_linux.cpp520 time_t oldest_ctime = 0; local
603 if (statbuf.st_size > 0 && statbuf.st_ctime > oldest_ctime) {
605 if (statbuf.st_ctime > oldest_ctime) {
612 oldest_ctime = statbuf.st_ctime;
/openjdk10/hotspot/src/os/solaris/vm/
H A DperfMemory_solaris.cpp508 time_t oldest_ctime = 0; local
591 if (statbuf.st_size > 0 && statbuf.st_ctime > oldest_ctime) {
593 if (statbuf.st_ctime > oldest_ctime) {
600 oldest_ctime = statbuf.st_ctime;
/openjdk10/hotspot/src/os/aix/vm/
H A DperfMemory_aix.cpp604 time_t oldest_ctime = 0; local
685 if (statbuf.st_size > 0 && statbuf.st_ctime > oldest_ctime) {
687 if (statbuf.st_ctime > oldest_ctime) {
694 oldest_ctime = statbuf.st_ctime;

Completed in 233 milliseconds