Searched refs:time_lastalive (Results 1 – 1 of 1) sorted by relevance
640 static struct timeval time_lastalive; variable666 gettimeofday(&time_lastalive, NULL); in async_process_dbug_read()944 if (tv_diff(&time_now, &time_lastalive) >= HEARTRATE) in async_process_heartbeat()953 gettimeofday(&time_lastalive, NULL); in async_process_heartbeat()977 if ((time_lastalive.tv_sec == 0) && (time_lastalive.tv_usec == 0)) { in Adp_AsynchronousProcessing()979 gettimeofday(&time_lastalive, NULL); in Adp_AsynchronousProcessing()