Searched refs:ts_add (Results 1 – 5 of 5) sorted by relevance
/external/strace/ |
D | count.c | 70 ts_add(&cc->time, &cc->time, &wts); in count_syscall() 73 ts_add(&cc->time, &cc->time, &tcp->dtime); in count_syscall() 157 ts_add(&tv_cum, &tv_cum, &counts[i].time); in call_summary_pers()
|
D | delay.c | 138 ts_add(&tcp->delay_expiration_time, &ts_now, ts_diff); in delay_tcb()
|
D | util.c | 75 ts_add(struct timespec *tv, const struct timespec *a, const struct timespec *b) in ts_add() function
|
D | defs.h | 1009 extern void ts_add(struct timespec *, const struct timespec *, const struct timespec *);
|
D | ChangeLog | 6446 ts_nz, ts_cmp, ts_float, ts_add, ts_sub, ts_div, and ts_mul. Change 6450 Rename to ts_nz, ts_cmp, ts_float, ts_add, ts_sub, ts_div, and ts_mul.
|