/Zephyr-latest/include/zephyr/net/ |
D | socket_types.h | 35 struct timeval { struct 55 #define zsock_timeval timeval argument
|
/Zephyr-latest/include/zephyr/posix/sys/ |
D | time.h | 18 struct timeval { struct 33 int gettimeofday(struct timeval *tv, void *tz); argument
|
D | select.h | 20 struct timeval; 24 int select(int nfds, fd_set *readfds, fd_set *writefds, fd_set *errorfds, struct timeval *timeout);
|
/Zephyr-latest/tests/posix/headers/src/ |
D | sys_time_h.c | 22 zassert_not_equal(-1, offsetof(struct timeval, tv_sec)); in ZTEST() 23 zassert_not_equal(-1, offsetof(struct timeval, tv_usec)); in ZTEST()
|
/Zephyr-latest/soc/espressif/esp32/ |
D | newlib_fix.c | 15 int __weak _gettimeofday_r(struct _reent *r, struct timeval *__tp, void *__tzp) in _gettimeofday_r()
|
/Zephyr-latest/soc/espressif/esp32s2/ |
D | newlib_fix.c | 15 int __weak _gettimeofday_r(struct _reent *r, struct timeval *__tp, void *__tzp) in _gettimeofday_r()
|
/Zephyr-latest/soc/espressif/esp32s3/ |
D | newlib_fix.c | 15 int __weak _gettimeofday_r(struct _reent *r, struct timeval *__tp, void *__tzp) in _gettimeofday_r()
|
/Zephyr-latest/lib/libc/armstdc/include/sys/ |
D | _timeval.h | 22 struct timeval { struct
|
/Zephyr-latest/lib/libc/minimal/include/sys/ |
D | _timeval.h | 22 struct timeval { struct
|
/Zephyr-latest/samples/posix/gettimeofday/src/ |
D | main.c | 18 struct timeval tv; in main()
|
/Zephyr-latest/modules/thrift/src/thrift/ |
D | config.h | 169 #define SELECT_TYPE_ARG5 (struct timeval *)
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_native_posix_adapt.c | 96 struct timeval timeout; in eth_wait_data()
|
/Zephyr-latest/tests/posix/common/src/ |
D | clock.c | 36 static inline void tv_to_ts(const struct timeval *tv, struct timespec *ts) in tv_to_ts() 94 struct timeval tv; in ZTEST()
|
/Zephyr-latest/drivers/can/ |
D | can_native_linux_adapt.c | 93 struct timeval timeout; in linux_socketcan_poll_data()
|
/Zephyr-latest/drivers/serial/ |
D | uart_native_ptty_bottom.c | 54 static struct timeval timeout; /* just zero */ in np_uart_stdin_poll_in_bottom()
|
/Zephyr-latest/lib/posix/options/ |
D | device_io.c | 122 int select(int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, struct timeval *timeout) in select()
|
D | clock.c | 272 int gettimeofday(struct timeval *tv, void *tz) in gettimeofday()
|
/Zephyr-latest/samples/net/sockets/packet/src/ |
D | packet.c | 124 struct timeval timeo_optval = { in recv_packet()
|
/Zephyr-latest/tests/net/socket/select/src/ |
D | main.c | 79 struct timeval tval; in ZTEST_USER()
|
/Zephyr-latest/tests/net/socket/tcp/src/ |
D | main.c | 504 struct timeval optval = { in ZTEST() 1514 struct timeval optval = { in ZTEST() 1581 struct timeval optval = { in ZTEST() 1646 struct timeval timeo_optval = { in ZTEST() 1707 struct timeval timeo_optval = { in ZTEST() 1791 struct timeval timeo_optval = { in ZTEST() 1869 struct timeval timeo_optval = { in ZTEST() 2236 struct timeval tv = { in ZTEST()
|
/Zephyr-latest/samples/net/cellular_modem/src/ |
D | main.c | 148 const struct timeval tv = { .tv_sec = 10 }; in sample_echo_packet()
|
/Zephyr-latest/tests/net/socket/offload_dispatcher/src/ |
D | main.c | 604 struct timeval optval = { 0 }; in ZTEST() 622 struct timeval optval = { 0 }; in ZTEST()
|
/Zephyr-latest/samples/net/sockets/big_http_download/src/ |
D | big_http_download.c | 256 struct timeval timeout = { in download()
|
/Zephyr-latest/subsys/net/lib/zperf/ |
D | zperf_udp_uploader.c | 64 struct timeval rcvtimeo = { in zperf_upload_fin()
|
/Zephyr-latest/lib/libc/newlib/ |
D | libc-hooks.c | 581 int _gettimeofday(struct timeval *__tp, void *__tzp) in _gettimeofday()
|