Searched defs:tv (Results 1 - 17 of 17) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/linux/
H A Dsettimeofday.c5 int settimeofday(const struct timeval* tv, const struct timezone* tz) { argument
H A Dstime.c6 struct timeval tv = {.tv_sec = *t, .tv_usec = 0}; local
/fuchsia/zircon/third_party/ulib/musl/src/time/
H A Dgettimeofday.c4 int gettimeofday(struct timeval* restrict tv, void* restrict tz) { argument
/fuchsia/zircon/third_party/ulib/musl/src/unistd/
H A Dsleep.c5 struct timespec tv = {.tv_sec = seconds, .tv_nsec = 0}; local
H A Dusleep.c6 struct timespec tv = {.tv_sec = useconds / 1000000, .tv_nsec = (useconds % 1000000) * 1000}; local
/fuchsia/zircon/third_party/ulib/musl/src/legacy/
H A Dfutimes.c5 int futimes(int fd, const struct timeval tv[2]) { argument
H A Dlutimes.c6 int lutimes(const char* filename, const struct timeval tv[2]) { argument
/fuchsia/zircon/system/host/fidl/lib/
H A Draw_ast.cpp15 SourceElementMark::SourceElementMark(TreeVisitor& tv, argument
/fuchsia/zircon/third_party/ulib/jemalloc/src/
H A Dnstime.c133 struct timeval tv; local
/fuchsia/zircon/system/host/bootserver/
H A Dtftp.c176 struct timeval tv; local
H A Dnetboot.c123 struct timeval tv; local
237 struct timeval tv; local
[all...]
/fuchsia/zircon/system/host/netprotocol/
H A Dnetcp.c179 struct timeval tv; local
H A Dnetprotocol.c361 struct timeval tv; local
/fuchsia/zircon/system/ulib/tftp/
H A Dtftp-example.c108 struct timeval tv; local
/fuchsia/zircon/third_party/uapp/mkfs-msdosfs/
H A Dmkfs_msdos.c183 struct timeval tv; local
/fuchsia/zircon/third_party/ulib/musl/stubs/
H A Diostubs.c430 stub_select(int n, fd_set* restrict rfds, fd_set* restrict wfds, fd_set* restrict efds, struct timeval* restrict tv) argument
/fuchsia/zircon/system/ulib/fdio/
H A Dunistd.c2095 select(int n, fd_set* restrict rfds, fd_set* restrict wfds, fd_set* restrict efds, struct timeval* restrict tv) argument

Completed in 52 milliseconds