Home
last modified time | relevance | path

Searched refs:ru_stime (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dresource.h59 struct timeval ru_stime; /* system time used */ member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_hotshot.c948 else if (ru1.ru_stime.tv_sec != ru2.ru_stime.tv_sec) { in calibrate()
949 rusage_diff = ((1000000 - ru1.ru_stime.tv_usec) in calibrate()
950 + ru2.ru_stime.tv_usec); in calibrate()
953 else if (ru1.ru_stime.tv_usec != ru2.ru_stime.tv_usec) { in calibrate()
954 rusage_diff = ru2.ru_stime.tv_usec - ru1.ru_stime.tv_usec; in calibrate()
Dresource.c88 PyFloat_FromDouble(doubletime(ru.ru_stime))); in resource_getrusage()
Dposixmodule.c5964 PyFloat_FromDouble(doubletime(ru->ru_stime))); in wait_helper()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Dedk2module.c2406 PyFloat_FromDouble(doubletime(ru->ru_stime))); in wait_helper()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
Dedk2module.c4374 PyFloat_FromDouble(doubletime(ru->ru_stime))); in wait_helper()