Home
last modified time | relevance | path

Searched defs:timespec (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/libc_stub/compilers/armlibc/sys/
A Dtime.h32 struct timespec { struct
33 time_t tv_sec; /* seconds */
34 long tv_nsec; /* and nanoseconds */
/AliOS-Things-master/components/libc_stub/compilers/iar/sys/
A Dtime.h32 struct timespec { struct
33 time_t tv_sec; /* seconds */
34 long tv_nsec; /* and nanoseconds */
/AliOS-Things-master/components/minilibc/include/
A Dtime.h83 struct timespec { struct
84 time_t tv_sec; /* Seconds */
85 long tv_nsec; /* Nanoseconds */

Completed in 3 milliseconds