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

  /external/valgrind/unittest/
thread_wrappers_pthread.h 127 const int64_t ten_9 = 1000000000LL; local
130 int64_t now_nsec = (int64_t)tv->tv_sec * ten_9;
133 ts->tv_sec = then_nsec / ten_9;
134 ts->tv_nsec = then_nsec % ten_9;
  /external/valgrind/main/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 163 milliseconds