Home
last modified time | relevance | path

Searched defs:timeval (Results 1 – 4 of 4) sorted by relevance

/components/libc/compilers/common/include/sys/
A Dtime.h52 struct timeval struct
54 time_t tv_sec; /* seconds */
55 suseconds_t tv_usec; /* and microseconds */
/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Dsockets.h315 struct timeval { struct
316 long tv_sec; /* seconds */
317 long tv_usec; /* and microseconds */
/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Dsockets.h442 struct timeval { struct
443 long tv_sec; /* seconds */
444 long tv_usec; /* and microseconds */
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Dsockets.h539 struct timeval { struct
540 long tv_sec; /* seconds */
541 long tv_usec; /* and microseconds */

Completed in 10 milliseconds