Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_a/kernel/include/sys/
Dtime.h29 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;
/third_party/musl/porting/liteos_a_newlib/kernel/include/
Dtime.h42 struct timeval64 { int64_t tv_sec; int64_t tv_usec; }; argument
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dalltypes.h279 struct timeval64 { _Int64 tv_sec; _Int64 tv_usec; }; struct