Home
last modified time | relevance | path

Searched refs:ToTimeSpec (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/base/time/
Dtime_unittest.cc809 struct timespec result = TimeDelta::FromSeconds(0).ToTimeSpec(); in TEST()
813 result = TimeDelta::FromSeconds(1).ToTimeSpec(); in TEST()
817 result = TimeDelta::FromMicroseconds(1).ToTimeSpec(); in TEST()
822 Time::kMicrosecondsPerSecond + 1).ToTimeSpec(); in TEST()
Dtime_posix.cc113 struct timespec TimeDelta::ToTimeSpec() const { in ToTimeSpec() function in base::TimeDelta
Dtime.h157 struct timespec ToTimeSpec() const;
/external/libchrome/base/process/
Dprocess_posix.cc146 remaining_timespec = remaining_delta.ToTimeSpec(); in WaitForSingleNonChildProcess()
/external/libbrillo/brillo/streams/
Dfile_stream.cc144 const timespec ts = timeout.ToTimeSpec(); in WaitForDataBlocking()