Home | History | Annotate | Download | only in test

Lines Matching refs:tset

76 static struct timeval tset;
191 if (evutil_timercmp(&tcalled, &tset, >))
192 evutil_timersub(&tcalled, &tset, &tv);
194 evutil_timersub(&tset, &tcalled, &tv);
506 evutil_gettimeofday(&tset, NULL);