Searched refs:ptrCurtime (Results 1 – 1 of 1) sorted by relevance
293 struct tm ptrCurtime = {0}; in CheckFrequentDumpping() local295 gmtime_r(&curTime, &ptrCurtime); in CheckFrequentDumpping()296 int interval = ptrCurtime.tm_sec - dumpTimeSec_; in CheckFrequentDumpping()300 dumpTimeSec_ = ptrCurtime.tm_sec; in CheckFrequentDumpping()