/bionic/tests/headers/posix/ |
D | sys_time_h.c | 34 TYPE(struct timeval); in sys_time_h() 35 STRUCT_MEMBER(struct timeval, time_t, tv_sec); in sys_time_h() 36 STRUCT_MEMBER(struct timeval, suseconds_t, tv_usec); in sys_time_h() 39 STRUCT_MEMBER(struct itimerval, struct timeval, it_interval); in sys_time_h() 40 STRUCT_MEMBER(struct itimerval, struct timeval, it_value); in sys_time_h() 67 FUNCTION(gettimeofday, int (*f)(struct timeval*, struct timezone*)); in sys_time_h() 69 FUNCTION(gettimeofday, int (*f)(struct timeval*, void*)); in sys_time_h() 72 FUNCTION(select, int (*f)(int, fd_set*, fd_set*, fd_set*, struct timeval*)); in sys_time_h() 73 FUNCTION(utimes, int (*f)(const char*, const struct timeval[2])); in sys_time_h()
|
D | sys_select_h.c | 34 TYPE(struct timeval); in sys_select_h() 35 STRUCT_MEMBER(struct timeval, time_t, tv_sec); in sys_select_h() 36 STRUCT_MEMBER(struct timeval, suseconds_t, tv_usec); in sys_select_h() 61 FUNCTION(select, int (*f)(int, fd_set*, fd_set*, fd_set*, struct timeval*)); in sys_select_h()
|
D | sys_resource_h.c | 52 STRUCT_MEMBER(struct rusage, struct timeval, ru_utime); in sys_resource_h() 53 STRUCT_MEMBER(struct rusage, struct timeval, ru_stime); in sys_resource_h() 55 TYPE(struct timeval); in sys_resource_h()
|
/bionic/libc/bionic/ |
D | sys_time.cpp | 37 static int futimesat(int fd, const char* path, const timeval tv[2], int flags) { in futimesat() 46 int utimes(const char* path, const timeval tv[2]) { in utimes() 50 int lutimes(const char* path, const timeval tv[2]) { in lutimes() 54 int futimesat(int fd, const char* path, const timeval tv[2]) { in futimesat() 58 int futimes(int fd, const timeval tv[2]) { in futimes()
|
D | bionic_time_conversions.cpp | 33 bool timespec_from_timeval(timespec& ts, const timeval& tv) { in timespec_from_timeval() 50 void timeval_from_timespec(timeval& tv, const timespec& ts) { in timeval_from_timespec()
|
D | vdso.cpp | 54 int gettimeofday(timeval* tv, struct timezone* tz) { in gettimeofday() 70 timeval tv; in time()
|
D | ndk_cruft.cpp | 107 char* strtotimeval(const char* str, struct timeval* ts) { in strtotimeval() 305 struct timeval tv; in ftime()
|
D | poll.cpp | 81 int select(int fd_count, fd_set* read_fds, fd_set* write_fds, fd_set* error_fds, timeval* tv) { in select()
|
/bionic/libc/kernel/uapi/linux/ |
D | elfcore.h | 46 struct timeval pr_utime; 47 struct timeval pr_stime; 48 struct timeval pr_cutime; 49 struct timeval pr_cstime;
|
D | time.h | 29 struct timeval { struct 45 struct timeval it_interval; argument 46 struct timeval it_value;
|
D | resource.h | 28 struct timeval ru_utime; 29 struct timeval ru_stime;
|
D | ppdev.h | 45 #define PPGETTIME _IOR(PP_IOCTL, 0x95, struct timeval) 46 #define PPSETTIME _IOW(PP_IOCTL, 0x96, struct timeval)
|
D | timex.h | 33 struct timeval time;
|
D | input.h | 28 struct timeval time;
|
/bionic/libc/include/sys/ |
D | time.h | 41 int gettimeofday(struct timeval* __tv, struct timezone* __tz); 42 int settimeofday(const struct timeval* __tv, const struct timezone* __tz); 47 int utimes(const char* __path, const struct timeval __times[2]); 50 int futimes(int __fd, const struct timeval __times[2]) __INTRODUCED_IN(26); 51 int lutimes(const char* __path, const struct timeval __times[2]) __INTRODUCED_IN(26); 55 int futimesat(int __dir_fd, const char* __path, const struct timeval __times[2]) __INTRODUCED_IN(26…
|
D | select.h | 81 …ount, fd_set* __read_fds, fd_set* __write_fds, fd_set* __exception_fds, struct timeval* __timeout);
|
/bionic/tests/ |
D | sys_time_test.cpp | 35 timeval tv[2] = {}; in TEST() 62 timeval tv[2] = {}; in TEST() 89 timeval tv[2] = {}; in TEST() 116 timeval tv[2] = {}; in TEST() 137 timeval tv1; in TEST() 139 timeval tv2; in TEST()
|
D | sys_socket_test.cpp | 87 timeval tv; in RunTest() 217 timeval tv; in TestSendMMsg()
|
/bionic/libc/private/ |
D | bionic_time_conversions.h | 40 __LIBC_HIDDEN__ bool timespec_from_timeval(timespec& ts, const timeval& tv); 43 __LIBC_HIDDEN__ void timeval_from_timespec(timeval& tv, const timespec& ts);
|
D | bionic_vdso.h | 48 extern "C" int __gettimeofday(timeval*, struct timezone*);
|
/bionic/libc/upstream-netbsd/lib/libc/gen/ |
D | utime.c | 52 struct timeval tv[2], *tvp; in utime()
|
/bionic/libc/include/ |
D | utmp.h | 86 struct timeval ut_tv;
|
/bionic/benchmarks/ |
D | time_benchmark.cpp | 152 timeval tv; in BM_time_gettimeofday() 160 timeval tv; in BM_time_gettimeofday_syscall()
|
/bionic/libc/upstream-netbsd/lib/libc/isc/ |
D | ev_timers.c | 125 struct timeval now; in evNowTime() 146 struct timeval now; in evUTCTime() 167 evTimeSpec(struct timeval tv) { in evTimeSpec() 175 struct timeval 177 struct timeval tv; in evTimeVal()
|
/bionic/libc/upstream-netbsd/lib/libc/include/isc/ |
D | eventlib.h | 172 struct timespec evTimeSpec __P((struct timeval)); 173 struct timeval evTimeVal __P((struct timespec));
|