Home
last modified time | relevance | path

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

/device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
D_timespec.h44 struct timespec { struct
45 time_t tv_sec; /* seconds */
46 long tv_nsec; /* and nanoseconds */
/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dtime.h63 struct timespec { struct
64 time_t tv_sec; /* seconds */
65 LONG32 tv_nsec; /* and nanoseconds */
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
Dinfinite_recursion.py2452 class timespec(Structure): class