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

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

Completed in 408 milliseconds