Searched refs:WAIT_STATUS_INT (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Modules/ |
H A D | posixmodule.c | 469 # define WAIT_STATUS_INT(s) (s.w_status) macro 473 # define WAIT_STATUS_INT(s) (s) macro 8444 WAIT_STATUS_INT(status) = 0; in os_wait3_impl() 8454 return wait_helper(module, pid, WAIT_STATUS_INT(status), &ru); in os_wait3_impl() 8481 WAIT_STATUS_INT(status) = 0; in os_wait4_impl() 8491 return wait_helper(module, res, WAIT_STATUS_INT(status), &ru); in os_wait4_impl() 8578 WAIT_STATUS_INT(status) = 0; in os_waitpid_impl() 8588 return Py_BuildValue("Ni", PyLong_FromPid(res), WAIT_STATUS_INT(status)); in os_waitpid_impl() 8649 WAIT_STATUS_INT(status) = 0; in os_wait_impl() 8659 return Py_BuildValue("Ni", PyLong_FromPid(pid), WAIT_STATUS_INT(statu in os_wait_impl() [all...] |
Completed in 13 milliseconds