Searched defs:tv (Results 1 – 15 of 15) sorted by relevance
/bionic/libc/bionic/ |
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 | 40 int gettimeofday(timeval* tv, struct timezone* tz) { in gettimeofday()
|
D | poll.cpp | 68 int select(int fd_count, fd_set* read_fds, fd_set* write_fds, fd_set* error_fds, timeval* tv) { in select()
|
D | getentropy_linux.c | 360 struct timeval tv; in getentropy_fallback() local
|
D | ndk_cruft.cpp | 300 struct timeval tv; in ftime() local
|
/bionic/benchmarks/ |
D | time_benchmark.cpp | 41 timeval tv; in BM_time_gettimeofday() local 49 timeval tv; in BM_time_gettimeofday_syscall() local
|
/bionic/libc/include/sys/ |
D | time.h | 80 #define TIMEVAL_TO_TIMESPEC(tv, ts) { \ argument 84 #define TIMESPEC_TO_TIMEVAL(tv, ts) { \ argument
|
/bionic/libc/upstream-netbsd/lib/libc/gen/ |
D | utime.c | 52 struct timeval tv[2], *tvp; in utime() local
|
/bionic/tests/ |
D | sys_select_test.cpp | 107 timeval tv; in TEST() local 162 timespec tv; in TEST() local
|
D | sys_time_test.cpp | 26 timeval tv[2]; in TEST() local
|
D | sys_socket_test.cpp | 85 timeval tv; in RunTest() local 215 timeval tv; in TestSendMMsg() local
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | s_exp2f.c | 97 double tv, twopk, u, z; in exp2f() local
|
/bionic/libc/upstream-netbsd/lib/libc/isc/ |
D | ev_timers.c | 167 evTimeSpec(struct timeval tv) { in evTimeSpec() 177 struct timeval tv; in evTimeVal() local
|
/bionic/libc/dns/resolv/ |
D | res_send.c | 1380 struct timeval tv, *tvp; in pselect() local
|
D | res_cache.c | 357 struct timeval tv; in _time_now() local
|