Home
last modified time | relevance | path

Searched refs:timeval (Results 1 – 25 of 30) sorted by relevance

12

/Zephyr-latest/include/zephyr/net/
Dsocket_types.h35 struct timeval { struct
55 #define zsock_timeval timeval argument
/Zephyr-latest/include/zephyr/posix/sys/
Dtime.h18 struct timeval { struct
33 int gettimeofday(struct timeval *tv, void *tz); argument
Dselect.h20 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/
Dsys_time_h.c22 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/
Dnewlib_fix.c15 int __weak _gettimeofday_r(struct _reent *r, struct timeval *__tp, void *__tzp) in _gettimeofday_r()
/Zephyr-latest/soc/espressif/esp32s2/
Dnewlib_fix.c15 int __weak _gettimeofday_r(struct _reent *r, struct timeval *__tp, void *__tzp) in _gettimeofday_r()
/Zephyr-latest/soc/espressif/esp32s3/
Dnewlib_fix.c15 int __weak _gettimeofday_r(struct _reent *r, struct timeval *__tp, void *__tzp) in _gettimeofday_r()
/Zephyr-latest/lib/libc/armstdc/include/sys/
D_timeval.h22 struct timeval { struct
/Zephyr-latest/lib/libc/minimal/include/sys/
D_timeval.h22 struct timeval { struct
/Zephyr-latest/samples/posix/gettimeofday/src/
Dmain.c18 struct timeval tv; in main()
/Zephyr-latest/modules/thrift/src/thrift/
Dconfig.h169 #define SELECT_TYPE_ARG5 (struct timeval *)
/Zephyr-latest/drivers/ethernet/
Deth_native_posix_adapt.c96 struct timeval timeout; in eth_wait_data()
/Zephyr-latest/tests/posix/common/src/
Dclock.c36 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/
Dcan_native_linux_adapt.c93 struct timeval timeout; in linux_socketcan_poll_data()
/Zephyr-latest/drivers/serial/
Duart_native_ptty_bottom.c54 static struct timeval timeout; /* just zero */ in np_uart_stdin_poll_in_bottom()
/Zephyr-latest/lib/posix/options/
Ddevice_io.c122 int select(int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, struct timeval *timeout) in select()
Dclock.c272 int gettimeofday(struct timeval *tv, void *tz) in gettimeofday()
/Zephyr-latest/samples/net/sockets/packet/src/
Dpacket.c124 struct timeval timeo_optval = { in recv_packet()
/Zephyr-latest/tests/net/socket/select/src/
Dmain.c79 struct timeval tval; in ZTEST_USER()
/Zephyr-latest/tests/net/socket/tcp/src/
Dmain.c504 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/
Dmain.c148 const struct timeval tv = { .tv_sec = 10 }; in sample_echo_packet()
/Zephyr-latest/tests/net/socket/offload_dispatcher/src/
Dmain.c604 struct timeval optval = { 0 }; in ZTEST()
622 struct timeval optval = { 0 }; in ZTEST()
/Zephyr-latest/samples/net/sockets/big_http_download/src/
Dbig_http_download.c256 struct timeval timeout = { in download()
/Zephyr-latest/subsys/net/lib/zperf/
Dzperf_udp_uploader.c64 struct timeval rcvtimeo = { in zperf_upload_fin()
/Zephyr-latest/lib/libc/newlib/
Dlibc-hooks.c581 int _gettimeofday(struct timeval *__tp, void *__tzp) in _gettimeofday()

12