Home
last modified time | relevance | path

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

/external/v8/src/base/platform/
Dtime.h105 static TimeDelta FromTimespec(struct timespec ts);
350 static Time FromTimespec(struct timespec ts);
Dcondition-variable.cc100 Time now = Time::FromTimespec(ts); in WaitFor()
Dtime.cc272 TimeDelta TimeDelta::FromTimespec(struct timespec ts) { in FromTimespec() function in v8::base::TimeDelta
414 Time Time::FromTimespec(struct timespec ts) { in FromTimespec() function in v8::base::Time