Home
last modified time | relevance | path

Searched refs:ru (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dresource.c65 struct rusage ru; in resource_getrusage() local
71 if (getrusage(who, &ru) == -1) { in resource_getrusage()
86 PyFloat_FromDouble(doubletime(ru.ru_utime))); in resource_getrusage()
88 PyFloat_FromDouble(doubletime(ru.ru_stime))); in resource_getrusage()
89 PyStructSequence_SET_ITEM(result, 2, PyInt_FromLong(ru.ru_maxrss)); in resource_getrusage()
90 PyStructSequence_SET_ITEM(result, 3, PyInt_FromLong(ru.ru_ixrss)); in resource_getrusage()
91 PyStructSequence_SET_ITEM(result, 4, PyInt_FromLong(ru.ru_idrss)); in resource_getrusage()
92 PyStructSequence_SET_ITEM(result, 5, PyInt_FromLong(ru.ru_isrss)); in resource_getrusage()
93 PyStructSequence_SET_ITEM(result, 6, PyInt_FromLong(ru.ru_minflt)); in resource_getrusage()
94 PyStructSequence_SET_ITEM(result, 7, PyInt_FromLong(ru.ru_majflt)); in resource_getrusage()
[all …]
Dposixmodule.c5934 wait_helper(pid_t pid, int status, struct rusage *ru) in wait_helper() argument
5962 PyFloat_FromDouble(doubletime(ru->ru_utime))); in wait_helper()
5964 PyFloat_FromDouble(doubletime(ru->ru_stime))); in wait_helper()
5967 SET_INT(result, 2, ru->ru_maxrss); in wait_helper()
5968 SET_INT(result, 3, ru->ru_ixrss); in wait_helper()
5969 SET_INT(result, 4, ru->ru_idrss); in wait_helper()
5970 SET_INT(result, 5, ru->ru_isrss); in wait_helper()
5971 SET_INT(result, 6, ru->ru_minflt); in wait_helper()
5972 SET_INT(result, 7, ru->ru_majflt); in wait_helper()
5973 SET_INT(result, 8, ru->ru_nswap); in wait_helper()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Dedk2module.c2376 wait_helper(pid_t pid, int status, struct rusage *ru) in wait_helper() argument
2404 PyFloat_FromDouble(doubletime(ru->ru_utime))); in wait_helper()
2406 PyFloat_FromDouble(doubletime(ru->ru_stime))); in wait_helper()
2409 SET_INT(result, 2, ru->ru_maxrss); in wait_helper()
2410 SET_INT(result, 3, ru->ru_ixrss); in wait_helper()
2411 SET_INT(result, 4, ru->ru_idrss); in wait_helper()
2412 SET_INT(result, 5, ru->ru_isrss); in wait_helper()
2413 SET_INT(result, 6, ru->ru_minflt); in wait_helper()
2414 SET_INT(result, 7, ru->ru_majflt); in wait_helper()
2415 SET_INT(result, 8, ru->ru_nswap); in wait_helper()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
Dedk2module.c4344 wait_helper(pid_t pid, int status, struct rusage *ru) in wait_helper() argument
4372 PyFloat_FromDouble(doubletime(ru->ru_utime))); in wait_helper()
4374 PyFloat_FromDouble(doubletime(ru->ru_stime))); in wait_helper()
4377 SET_INT(result, 2, ru->ru_maxrss); in wait_helper()
4378 SET_INT(result, 3, ru->ru_ixrss); in wait_helper()
4379 SET_INT(result, 4, ru->ru_idrss); in wait_helper()
4380 SET_INT(result, 5, ru->ru_isrss); in wait_helper()
4381 SET_INT(result, 6, ru->ru_minflt); in wait_helper()
4382 SET_INT(result, 7, ru->ru_majflt); in wait_helper()
4383 SET_INT(result, 8, ru->ru_nswap); in wait_helper()
[all …]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/
DCHANGES_FROM_133_before_mr13.txt318 Alexey Demakov (demakov@kazbek.ispras.ru) has supplied class
682 Reported by Alexey Demakov (demakov@kazbek.ispras.ru).
DCHANGES_FROM_133.txt627 have been contributed by Anton Sergeev (ags@mlc.ru). They have
DCHANGES_SUMMARY.txt329 Alexey Demakov (demakov@kazbek.ispras.ru) has supplied class
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/
DCHANGES_FROM_133_BEFORE_MR13.txt318 Alexey Demakov (demakov@kazbek.ispras.ru) has supplied class
682 Reported by Alexey Demakov (demakov@kazbek.ispras.ru).
DCHANGES_SUMMARY.txt329 Alexey Demakov (demakov@kazbek.ispras.ru) has supplied class
DCHANGES_FROM_133.txt1303 have been contributed by Anton Sergeev (ags mlc.ru). They have