Home | History | Annotate | Download | only in platform

Lines Matching refs:Time

8 #include <time.h>
10 #include "src/base/platform/time.h"
20 // On Free/Net/OpenBSD and Linux with glibc we can change the time
87 // not depend on the real time clock, which is what you really WANT here!
96 // On Free/Net/OpenBSD and Linux with glibc we can change the time
100 Time now = Time::FromTimespec(ts);
102 // The timeout argument to pthread_cond_timedwait() is in absolute time.
103 Time now = Time::NowFromSystemTime();
105 Time end_time = now + rel_time;