Home
last modified time | relevance | path

Searched refs:p2cread (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/
H A Dsubprocess.py980 # p2cwrite ---stdin---> p2cread
990 (p2cread, p2cwrite,
1029 p2cread, p2cwrite,
1046 to_close.append(p2cread)
1283 p2cread, p2cwrite,
1291 if p2cread != -1:
1292 stack.callback(p2cread.Close)
1298 if p2cread != -1 and p2cwrite != -1 and p2cread != devnull_fd:
1299 stack.callback(os.close, p2cread)
[all...]
/third_party/python/Modules/
H A D_posixsubprocess.c555 int p2cread, int p2cwrite, in child_exec()
607 if (p2cread == 0) { in child_exec()
608 if (_Py_set_inheritable_async_safe(p2cread, 1, NULL) < 0) in child_exec()
611 else if (p2cread != -1) in child_exec()
612 POSIX_CALL(dup2(p2cread, 0)); /* stdin */ in child_exec()
628 /* We no longer manually close p2cread, c2pwrite, and errwrite here as in child_exec()
759 int p2cread, int p2cwrite, in do_fork_exec()
815 p2cread, p2cwrite, c2pread, c2pwrite, in do_fork_exec()
837 int p2cread, p2cwrite, c2pread, c2pwrite, errread, errwrite; in subprocess_fork_exec() local
861 &p2cread, in subprocess_fork_exec()
551 child_exec(char *const exec_array[], char *const argv[], char *const envp[], const char *cwd, int p2cread, int p2cwrite, int c2pread, int c2pwrite, int errread, int errwrite, int errpipe_read, int errpipe_write, int close_fds, int restore_signals, int call_setsid, pid_t pgid_to_set, int call_setgid, gid_t gid, int call_setgroups, size_t groups_size, const gid_t *groups, int call_setuid, uid_t uid, int child_umask, const void *child_sigmask, int *fds_to_keep, Py_ssize_t fds_to_keep_len, PyObject *preexec_fn, PyObject *preexec_fn_args_tuple) child_exec() argument
755 do_fork_exec(char *const exec_array[], char *const argv[], char *const envp[], const char *cwd, int p2cread, int p2cwrite, int c2pread, int c2pwrite, int errread, int errwrite, int errpipe_read, int errpipe_write, int close_fds, int restore_signals, int call_setsid, pid_t pgid_to_set, int call_setgid, gid_t gid, int call_setgroups, size_t groups_size, const gid_t *groups, int call_setuid, uid_t uid, int child_umask, const void *child_sigmask, int *fds_to_keep, Py_ssize_t fds_to_keep_len, PyObject *preexec_fn, PyObject *preexec_fn_args_tuple) do_fork_exec() argument
[all...]

Completed in 4 milliseconds