Home
last modified time | relevance | path

Searched refs:time_lastalive (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/rdi-share/
H A Dhostchan.c640 static struct timeval time_lastalive; variable
666 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()