Searched refs:abs_ts (Results 1 – 2 of 2) sorted by relevance
57 bool timespec_from_absolute_timespec(timespec& ts, const timespec& abs_ts, clockid_t clock) { in timespec_from_absolute_timespec() argument59 ts.tv_sec = abs_ts.tv_sec - ts.tv_sec; in timespec_from_absolute_timespec()60 ts.tv_nsec = abs_ts.tv_nsec - ts.tv_nsec; in timespec_from_absolute_timespec()
42 __LIBC_HIDDEN__ bool timespec_from_absolute_timespec(timespec& ts, const timespec& abs_ts, clockid_…