Home
last modified time | relevance | path

Searched refs:ti_wall_usec (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/sendmail/src/
H A Dtimers.c62 tb->ti_wall_usec += ta->ti_wall_usec;
63 if (tb->ti_wall_usec > 1000000)
66 tb->ti_wall_usec -= 1000000;
83 tb->ti_wall_usec -= ta->ti_wall_usec;
84 if (tb->ti_wall_usec < 0)
87 tb->ti_wall_usec += 1000000;
108 ptimer->ti_wall_usec = now.tv_usec;
227 ptimer->ti_wall_sec, ptimer->ti_wall_usec,
H A Dtimers.h25 long ti_wall_usec; /* ... microseconds */ variable