Searched refs:tcalled (Results 1 – 1 of 1) sorted by relevance
77 static struct timeval tcalled; variable190 evutil_gettimeofday(&tcalled, NULL); in timeout_cb()191 if (evutil_timercmp(&tcalled, &tset, >)) in timeout_cb()192 evutil_timersub(&tcalled, &tset, &tv); in timeout_cb()194 evutil_timersub(&tset, &tcalled, &tv); in timeout_cb()