Searched refs:kNanosecondsPerMicrosecond (Results 1 – 10 of 10) sorted by relevance
79 result += (tc.stime / v8::base::Time::kNanosecondsPerMicrosecond);81 result += (ts.tv_nsec / v8::base::Time::kNanosecondsPerMicrosecond);84 result += (ts.tv_nsec / v8::base::Time::kNanosecondsPerMicrosecond);143 return TimeDelta(nanoseconds / Time::kNanosecondsPerMicrosecond); in FromNanoseconds()183 return delta_ * Time::kNanosecondsPerMicrosecond; in InNanoseconds()194 ts.tv_nsec / Time::kNanosecondsPerMicrosecond); in FromMachTimespec()203 Time::kNanosecondsPerMicrosecond; in ToMachTimespec()217 ts.tv_nsec / Time::kNanosecondsPerMicrosecond); in FromTimespec()225 Time::kNanosecondsPerMicrosecond; in ToTimespec()366 ts.tv_nsec / kNanosecondsPerMicrosecond); in FromTimespec()[all …]
192 static const int64_t kNanosecondsPerMicrosecond = 1000; variable194 kNanosecondsPerMicrosecond * kMicrosecondsPerSecond;
82 (usecs % Time::kMicrosecondsPerSecond) * Time::kNanosecondsPerMicrosecond; in TimedWait()99 absolute_time.tv_nsec = now.tv_usec * Time::kNanosecondsPerMicrosecond; in TimedWait()
148 Time::kNanosecondsPerMicrosecond); in FromStat()153 Time::kNanosecondsPerMicrosecond); in FromStat()158 Time::kNanosecondsPerMicrosecond); in FromStat()
85 result += (ts.tv_nsec / base::Time::kNanosecondsPerMicrosecond); in ConvertTimespecToMicros()122 static_cast<long>(microseconds * Time::kNanosecondsPerMicrosecond)}; in ToTimeSpec()
299 static const int64_t kNanosecondsPerMicrosecond = 1000; variable301 kNanosecondsPerMicrosecond * kMicrosecondsPerSecond;
62 mach_absolute_time() / base::Time::kNanosecondsPerMicrosecond); in ComputeCurrentTicks()
102 base::Time::kNanosecondsPerMicrosecond * in Wait()
302 base::Time::kNanosecondsPerMicrosecond; in ResetImpl()
1148 #define kNanosecondsPerMicrosecond 1000 macro