Home | History | Annotate | Download | only in util

Lines Matching refs:timeval

2  * util/timeval_func.h - definitions of helpers for struct timeval values.
39 * This file contains definitions of helpers to manipulate struct timeval
50 void timeval_subtract(struct timeval* d, const struct timeval* end, const struct timeval* start);
51 void timeval_add(struct timeval* d, const struct timeval* add);
52 void timeval_divide(struct timeval* avg, const struct timeval* sum, long long d);
53 int timeval_smaller(const struct timeval* x, const struct timeval* y);