HomeSort by relevance Sort by last modified time
    Searched refs:ToMachTimespec (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/v8/test/cctest/
test-time.cc 62 CHECK(null == TimeDelta::FromMachTimespec(null.ToMachTimespec()));
64 CHECK(delta1 == TimeDelta::FromMachTimespec(delta1.ToMachTimespec()));
66 CHECK(delta2 == TimeDelta::FromMachTimespec(delta2.ToMachTimespec()));
  /external/chromium_org/v8/src/platform/
semaphore.cc 86 ts = (end - now).ToMachTimespec();
time.h 89 struct mach_timespec ToMachTimespec() const;
time.cc 130 struct mach_timespec TimeDelta::ToMachTimespec() const {

Completed in 26 milliseconds