Searched refs:timeval64 (Results 1 – 3 of 3) sorted by relevance
29 int settimeofday64(const struct timeval64 *, const struct timezone *__restrict);30 int gettimeofday64(struct timeval64 *, struct timezone *__restrict);46 struct timeval64 it_interval;47 struct timeval64 it_value;
42 struct timeval64 { int64_t tv_sec; int64_t tv_usec; }; argument
279 struct timeval64 { _Int64 tv_sec; _Int64 tv_usec; }; struct