Searched refs:lastcheck (Results 1 – 4 of 4) sorted by relevance
518 time_t lastcheck, now; in send_thread() local523 lastcheck = time(NULL); in send_thread()532 if (lastcheck + ADIST_KEEPALIVE <= now) { in send_thread()534 lastcheck = now; in send_thread()701 time_t lastcheck, now; in guard_thread() local705 lastcheck = time(NULL); in guard_thread()729 if (lastcheck + ADIST_KEEPALIVE <= now) { in guard_thread()731 lastcheck = now; in guard_thread()
359 time_t lastcheck; local377 lastcheck = time(NULL);392 if (lastcheck + DT_CHECK_OLD_SESSIONS < now)423 lastcheck = now;
1548 time_t lastcheck, now; in remote_send_thread() local1559 lastcheck = time(NULL); in remote_send_thread()1566 if (lastcheck + HAST_KEEPALIVE <= now) { in remote_send_thread()1568 lastcheck = now; in remote_send_thread()2406 time_t lastcheck, now; in guard_thread() local2411 lastcheck = time(NULL); in guard_thread()2441 if (lastcheck + HAST_KEEPALIVE <= now) { in guard_thread()2444 lastcheck = now; in guard_thread()
1072 time_t lastcheck, now; in main_loop() local1075 lastcheck = time(NULL); in main_loop()1117 if (lastcheck + REPORT_INTERVAL <= now) { in main_loop()1119 lastcheck = now; in main_loop()