Home
last modified time | relevance | path

Searched refs:struct_rusage (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Dedk2module.c2379 static PyObject *struct_rusage; in wait_helper() local
2384 if (struct_rusage == NULL) { in wait_helper()
2388 struct_rusage = PyObject_GetAttrString(m, "struct_rusage"); in wait_helper()
2390 if (struct_rusage == NULL) in wait_helper()
2395 result = PyStructSequence_New((PyTypeObject*) struct_rusage); in wait_helper()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
Dedk2module.c4347 static PyObject *struct_rusage; in wait_helper() local
4352 if (struct_rusage == NULL) { in wait_helper()
4356 struct_rusage = PyObject_GetAttrString(m, "struct_rusage"); in wait_helper()
4358 if (struct_rusage == NULL) in wait_helper()
4363 result = PyStructSequence_New((PyTypeObject*) struct_rusage); in wait_helper()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dposixmodule.c5937 static PyObject *struct_rusage; in wait_helper() local
5942 if (struct_rusage == NULL) { in wait_helper()
5946 struct_rusage = PyObject_GetAttrString(m, "struct_rusage"); in wait_helper()
5948 if (struct_rusage == NULL) in wait_helper()
5953 result = PyStructSequence_New((PyTypeObject*) struct_rusage); in wait_helper()