Searched refs:subseconds_in_ns (Results 1 – 2 of 2) sorted by relevance
98 long subseconds_in_ns() const { in subseconds_in_ns() function108 struct timespec rval = { ts_.tv_sec, subseconds_in_ns()}; in GetTS()166 rval.ts_.tv_nsec += other.subseconds_in_ns();203 ts_.tv_nsec += other.subseconds_in_ns();213 ts_.tv_nsec -= other.subseconds_in_ns();
60 ts->tv_nsec = td.subseconds_in_ns(); in TimeDifferenceToTimeSpec()