Home
last modified time | relevance | path

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

/external/valgrind/drd/tests/
Dtsan_thread_wrappers_pthread.h98 int64_t then_nsec = now_nsec + offset_milli * ten_6; in timeval2timespec() local
99 ts->tv_sec = then_nsec / ten_9; in timeval2timespec()
100 ts->tv_nsec = then_nsec % ten_9; in timeval2timespec()