Home
last modified time | relevance | path

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

12

/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/include/zephyr/net/
Dsocket_types.h35 struct timeval { struct
55 #define zsock_timeval timeval argument
/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/tests/posix/common/src/
Dclock.c19 static inline void tv_to_ts(const struct timeval *tv, struct timespec *ts) in tv_to_ts()
37 struct timeval tv; 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/iar/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_tap_adapt.c97 struct timeval timeout; in eth_wait_data()
/Zephyr-latest/drivers/can/
Dcan_native_linux_adapt.c93 struct timeval timeout; in linux_socketcan_poll_data()
/Zephyr-latest/drivers/serial/
Duart_native_pty_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/posix/timers/src/
Dclock.c37 static inline void tv_to_ts(const struct timeval *tv, struct timespec *ts) in tv_to_ts()
/Zephyr-latest/tests/net/socket/tcp/src/
Dmain.c504 struct timeval optval = { in ZTEST()
1529 struct timeval optval = { in ZTEST()
1596 struct timeval optval = { in ZTEST()
1661 struct timeval timeo_optval = { in ZTEST()
1722 struct timeval timeo_optval = { in ZTEST()
1806 struct timeval timeo_optval = { in ZTEST()
1884 struct timeval timeo_optval = { in ZTEST()
2251 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()

12