Searched refs:preexec_fn_args_tuple (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Modules/ |
H A D | _posixsubprocess.c | 567 PyObject *preexec_fn_args_tuple) in child_exec() 676 if (preexec_fn != Py_None && preexec_fn_args_tuple) { in child_exec() 678 result = PyObject_Call(preexec_fn, preexec_fn_args_tuple, NULL); in child_exec() 771 PyObject *preexec_fn_args_tuple) in do_fork_exec() 821 preexec_fn, preexec_fn_args_tuple); in do_fork_exec() 834 PyObject *preexec_fn_args_tuple = NULL; in subprocess_fork_exec() local 1042 preexec_fn_args_tuple = PyTuple_New(0); in subprocess_fork_exec() 1043 if (!preexec_fn_args_tuple) in subprocess_fork_exec() 1081 preexec_fn, preexec_fn_args_tuple); in subprocess_fork_exec() 1122 Py_XDECREF(preexec_fn_args_tuple); 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 2 milliseconds