Lines Matching refs:WAIT_STATUS_INT
343 #define WAIT_STATUS_INT(s) (s.w_status) macro
347 #define WAIT_STATUS_INT(s) (s) macro
6924 WAIT_STATUS_INT(status) = 0; in os_wait3_impl()
6934 return wait_helper(pid, WAIT_STATUS_INT(status), &ru); in os_wait3_impl()
6961 WAIT_STATUS_INT(status) = 0; in os_wait4_impl()
6971 return wait_helper(res, WAIT_STATUS_INT(status), &ru); in os_wait4_impl()
7057 WAIT_STATUS_INT(status) = 0; in os_waitpid_impl()
7067 return Py_BuildValue("Ni", PyLong_FromPid(res), WAIT_STATUS_INT(status)); in os_waitpid_impl()
7126 WAIT_STATUS_INT(status) = 0; in os_wait_impl()
7136 return Py_BuildValue("Ni", PyLong_FromPid(pid), WAIT_STATUS_INT(status)); in os_wait_impl()
9385 WAIT_STATUS_INT(wait_status) = status; in os_WCOREDUMP_impl()
9408 WAIT_STATUS_INT(wait_status) = status; in os_WIFCONTINUED_impl()
9428 WAIT_STATUS_INT(wait_status) = status; in os_WIFSTOPPED_impl()
9448 WAIT_STATUS_INT(wait_status) = status; in os_WIFSIGNALED_impl()
9468 WAIT_STATUS_INT(wait_status) = status; in os_WIFEXITED_impl()
9488 WAIT_STATUS_INT(wait_status) = status; in os_WEXITSTATUS_impl()
9508 WAIT_STATUS_INT(wait_status) = status; in os_WTERMSIG_impl()
9528 WAIT_STATUS_INT(wait_status) = status; in os_WSTOPSIG_impl()