Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dposixmodule.c5004 PyObject *procObj, *pidObj, *intObj, *fileObj[3]; in _PyPopen() local
5011 pidObj = PyLong_FromPid(pipe_pid); in _PyPopen()
5014 if (procObj && pidObj && intObj) in _PyPopen()
5016 PyList_SetItem(procObj, 0, pidObj); in _PyPopen()
5115 PyObject *procObj, *pidObj, *intObj, *fileObj; in _PyPclose() local
5134 (pidObj = PyList_GetItem(procObj,0)) != NULL && in _PyPclose()
5137 pipe_pid = (pid_t) PyLong_AsPid(pidObj); in _PyPclose()