Home
last modified time | relevance | path

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

/external/valgrind/unittest/
Dthread_wrappers_pthread.h130 int64_t now_nsec = (int64_t)tv->tv_sec * ten_9; in timeval2timespec() local
131 now_nsec += (int64_t)tv->tv_usec * ten_3; in timeval2timespec()
132 int64_t then_nsec = now_nsec + offset_milli * ten_6; in timeval2timespec()
/external/valgrind/main/drd/tests/
Dtsan_thread_wrappers_pthread.h96 int64_t now_nsec = (int64_t)tv->tv_sec * ten_9; in timeval2timespec() local
97 now_nsec += (int64_t)tv->tv_usec * ten_3; in timeval2timespec()
98 int64_t then_nsec = now_nsec + offset_milli * ten_6; in timeval2timespec()