Home
last modified time | relevance | path

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

/external/valgrind/drd/tests/
Dtsan_thread_wrappers_pthread.h93 const int64_t ten_9 = 1000000000LL; in timeval2timespec() local
96 int64_t now_nsec = (int64_t)tv->tv_sec * ten_9; in timeval2timespec()
99 ts->tv_sec = then_nsec / ten_9; in timeval2timespec()
100 ts->tv_nsec = then_nsec % ten_9; in timeval2timespec()