Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/base/platform/
Dtime.h144 static TimeDelta FromTimespec(struct timespec ts);
386 static Time FromTimespec(struct timespec ts);
Dcondition-variable.cc104 Time now = Time::FromTimespec(ts); in WaitFor()
Dtime.cc271 TimeDelta TimeDelta::FromTimespec(struct timespec ts) { in FromTimespec() function in v8::base::TimeDelta
405 Time Time::FromTimespec(struct timespec ts) { in FromTimespec() function in v8::base::Time