Searched refs:tcurrent (Results 1 – 1 of 1) sorted by relevance
1442 struct timeval tcurrent; in is_timeout() local1443 gettimeofday(&tcurrent, NULL); in is_timeout()1444 return (tcurrent.tv_sec >= tend->tv_sec); in is_timeout()
Completed in 29 milliseconds