Searched refs:tv_o (Results 1 – 1 of 1) sorted by relevance
340 struct timeval tv, tv_s, tv_o; in catcher() local348 tv_o.tv_sec = timeout; in catcher()349 tv_o.tv_usec = 500 * 1000; in catcher()351 if (count-- == 0 || (timeout && timercmp(&tv_s, &tv_o, >))) in catcher()355 tv_o.tv_sec = 0; in catcher()357 if (last.tv_sec==0 || timercmp(&tv_s, &tv_o, >)) { in catcher()