Searched refs:now_ts (Results 1 – 1 of 1) sorted by relevance
43 struct timespec now_ts; in getMonotonicSecond() local44 if (clock_gettime(CLOCK_MONOTONIC, &now_ts) != 0) { in getMonotonicSecond()48 return now_ts.tv_sec; in getMonotonicSecond()