Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dposixmodule.c308 #define WAIT_STATUS_INT(s) (s.w_status) macro
312 #define WAIT_STATUS_INT(s) (s) macro
6190 WAIT_STATUS_INT(status) = 0; in posix_wait3()
6199 return wait_helper(pid, WAIT_STATUS_INT(status), &ru); in posix_wait3()
6215 WAIT_STATUS_INT(status) = 0; in posix_wait4()
6224 return wait_helper(pid, WAIT_STATUS_INT(status), &ru); in posix_wait4()
6239 WAIT_STATUS_INT(status) = 0; in posix_waitpid()
6249 return Py_BuildValue("Ni", PyLong_FromPid(pid), WAIT_STATUS_INT(status)); in posix_waitpid()
6288 WAIT_STATUS_INT(status) = 0; in posix_wait()
6296 return Py_BuildValue("Ni", PyLong_FromPid(pid), WAIT_STATUS_INT(status)); in posix_wait()
[all …]