Searched defs:timeval (Results 1 – 4 of 4) sorted by relevance
52 struct timeval struct54 time_t tv_sec; /* seconds */55 suseconds_t tv_usec; /* and microseconds */
315 struct timeval { struct316 long tv_sec; /* seconds */317 long tv_usec; /* and microseconds */
442 struct timeval { struct443 long tv_sec; /* seconds */444 long tv_usec; /* and microseconds */
539 struct timeval { struct540 long tv_sec; /* seconds */541 long tv_usec; /* and microseconds */
Completed in 10 milliseconds