Searched refs:kNanosecondsPerMicrosecond (Results 1 – 13 of 13) 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 …]
191 static const int64_t kNanosecondsPerMicrosecond = 1000; variable193 kNanosecondsPerMicrosecond * kMicrosecondsPerSecond;
82 (usecs % Time::kMicrosecondsPerSecond) * Time::kNanosecondsPerMicrosecond; in TimedWait()99 absolute_time.tv_nsec = now.tv_usec * Time::kNanosecondsPerMicrosecond; in TimedWait()
37 delay.InMicroseconds() * base::Time::kNanosecondsPerMicrosecond; in PostDelayedTask()
148 Time::kNanosecondsPerMicrosecond); in FromStat()153 Time::kNanosecondsPerMicrosecond); in FromStat()158 Time::kNanosecondsPerMicrosecond); in FromStat()
65 result += (ts.tv_nsec / base::Time::kNanosecondsPerMicrosecond); in ConvertTimespecToMicros()102 static_cast<long>(microseconds * Time::kNanosecondsPerMicrosecond)}; in ToTimeSpec()
294 static const int64_t kNanosecondsPerMicrosecond = 1000; variable296 kNanosecondsPerMicrosecond * kMicrosecondsPerSecond;
85 result += (ts.tv_nsec / base::Time::kNanosecondsPerMicrosecond); in ConvertTimespecToMicros()122 static_cast<long>(microseconds * Time::kNanosecondsPerMicrosecond)}; in ToTimeSpec()
62 mach_absolute_time() / base::Time::kNanosecondsPerMicrosecond); in ComputeCurrentTicks()
102 base::Time::kNanosecondsPerMicrosecond * in Wait()
294 base::Time::kNanosecondsPerMicrosecond; in ResetImpl()
1148 #define kNanosecondsPerMicrosecond 1000 macro