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

  /external/valgrind/unittest/
thread_wrappers_pthread.h 132 int64_t then_nsec = now_nsec + offset_milli * ten_6; local
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 98 int64_t then_nsec = now_nsec + offset_milli * ten_6; local
99 ts->tv_sec = then_nsec / ten_9;
100 ts->tv_nsec = then_nsec % ten_9;

Completed in 318 milliseconds