Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A Dposixmodule.c999 PyObject *struct_rusage; member
2334 Py_CLEAR(state->struct_rusage); in _posix_clear()
2359 Py_VISIT(state->struct_rusage); in _posix_traverse()
8364 PyObject *struct_rusage; in wait_helper() local
8378 struct_rusage = PyObject_GetAttr(m, get_posix_state(module)->struct_rusage); in wait_helper()
8380 if (struct_rusage == NULL) in wait_helper()
8384 result = PyStructSequence_New((PyTypeObject*) struct_rusage); in wait_helper()
8385 Py_DECREF(struct_rusage); in wait_helper()
15990 state->struct_rusage in posixmodule_exec()
[all...]

Completed in 16 milliseconds