Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dbionic_time_conversions.cpp57 bool timespec_from_absolute_timespec(timespec& ts, const timespec& abs_ts, clockid_t clock) { in timespec_from_absolute_timespec() argument
59 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()
/bionic/libc/private/
Dbionic_time_conversions.h42 __LIBC_HIDDEN__ bool timespec_from_absolute_timespec(timespec& ts, const timespec& abs_ts, clockid_…