Searched refs:absolute (Results 1 – 2 of 2) sorted by relevance
85 void InitTimeSpec(bool absolute, int clock, int64_t ms, int32_t ns, timespec* ts);
177 void InitTimeSpec(bool absolute, int clock, int64_t ms, int32_t ns, timespec* ts) { in InitTimeSpec() argument178 if (absolute) { in InitTimeSpec()