Searched refs:EventTS (Results 1 – 1 of 1) sorted by relevance
2846 struct timeval timenow, timeout, EventTS, tablecheck = { 0, 0 }; in Run() local2871 …if (timenow.tv_sec - EventTS.tv_sec >= 5) // if we've been waiting 5 seconds for a "quie… in Run()2971 if (gettimeofday(&EventTS, NULL)) { LogErr("Run", "gettimeofday"); return -1; } in Run()