Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dposixmodule.c4980 PyObject *procObj, *pidObj, *intObj, *fileObj[3]; in _PyPopen() local
4987 pidObj = PyLong_FromPid(pipe_pid); in _PyPopen()
4990 if (procObj && pidObj && intObj) in _PyPopen()
4992 PyList_SetItem(procObj, 0, pidObj); in _PyPopen()
5091 PyObject *procObj, *pidObj, *intObj, *fileObj; in _PyPclose() local
5110 (pidObj = PyList_GetItem(procObj,0)) != NULL && in _PyPclose()
5113 pipe_pid = (pid_t) PyLong_AsPid(pidObj); in _PyPclose()