HomeSort by relevance Sort by last modified time
    Searched full:ten_9 (Results 1 - 1 of 1) sorted by null

  /external/valgrind/drd/tests/
tsan_thread_wrappers_pthread.h 93 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 190 milliseconds