HomeSort by relevance Sort by last modified time
    Searched refs:tv_add (Results 1 - 3 of 3) sorted by null

  /external/strace/
count.c 102 tv_add(&cc->time, &cc->time, count_wallclock ? &wtv : tv);
188 tv_add(&tv_cum, &tv_cum, &counts[i].time);
defs.h 710 extern void tv_add(struct timeval *, const struct timeval *, const struct timeval *);
    [all...]
util.c 70 tv_add(struct timeval *tv, const struct timeval *a, const struct timeval *b) function

Completed in 79 milliseconds