Home
last modified time | relevance | path

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

/external/v8/src/base/platform/
Dtime.h82 static TimeDelta FromTimespec(struct timespec ts);
305 static Time FromTimespec(struct timespec ts);
Dtime.cc212 TimeDelta TimeDelta::FromTimespec(struct timespec ts) { in FromTimespec() function in v8::base::TimeDelta
355 Time Time::FromTimespec(struct timespec ts) { in FromTimespec() function in v8::base::Time
Dcondition-variable.cc100 Time now = Time::FromTimespec(ts); in WaitFor()