Searched defs:timeval (Results 1 – 5 of 5) sorted by relevance
21 struct timeval { struct30 * Structure defined by POSIX.1b to be like a timeval. argument
541 struct timeval { struct542 long tv_sec; /* seconds */543 long tv_usec; /* and microseconds */
442 struct timeval { struct443 long tv_sec; /* seconds */444 long tv_usec; /* and microseconds */
31075 DUK_EXTERNAL void duk_time_to_components(duk_hthread *thr, duk_double_t timeval, duk_time_component… in duk_time_to_components()
Completed in 243 milliseconds