Home
last modified time | relevance | path

Searched refs:kNanosecondsPerMicrosecond (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/base/platform/
Dtime.cc90 return (tc.stime / v8::base::Time::kNanosecondsPerMicrosecond)
91 + (tc.utime / v8::base::Time::kNanosecondsPerMicrosecond);
107 result += (ts.tv_nsec / v8::base::Time::kNanosecondsPerMicrosecond);
136 if (delta <= v8::base::Time::kNanosecondsPerMicrosecond) {
244 return delta_ * Time::kNanosecondsPerMicrosecond; in InNanoseconds()
254 ts.tv_nsec / Time::kNanosecondsPerMicrosecond); in FromMachTimespec()
263 Time::kNanosecondsPerMicrosecond; in ToMachTimespec()
276 ts.tv_nsec / Time::kNanosecondsPerMicrosecond); in FromTimespec()
284 Time::kNanosecondsPerMicrosecond; in ToTimespec()
416 ts.tv_nsec / kNanosecondsPerMicrosecond); in FromTimespec()
[all …]
Dtime.h56 static constexpr int64_t kNanosecondsPerMicrosecond = 1000; variable
58 kNanosecondsPerMicrosecond * kMicrosecondsPerSecond;
91 return TimeDelta(nanoseconds / TimeConstants::kNanosecondsPerMicrosecond); in FromNanoseconds()
/third_party/node/deps/v8/src/execution/
Dfutex-emulation.cc323 base::Time::kNanosecondsPerMicrosecond * in Wait()
341 : timeout_ns / (base::Time::kNanosecondsPerMicrosecond * in WaitTimeoutInMs()