Home
last modified time | relevance | path

Searched refs:restore_signals (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Modules/
H A D_posixsubprocess.c559 int close_fds, int restore_signals, in child_exec()
637 if (restore_signals) in child_exec()
763 int close_fds, int restore_signals, in do_fork_exec()
817 close_fds, restore_signals, call_setsid, pgid_to_set, in do_fork_exec()
838 int errpipe_read, errpipe_write, close_fds, restore_signals; in subprocess_fork_exec() local
863 &restore_signals, &call_setsid, &pgid_to_set, in subprocess_fork_exec()
1077 close_fds, restore_signals, call_setsid, pgid_to_set, in subprocess_fork_exec()
1147 restore_signals, call_setsid, pgid_to_set,\n\
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
/third_party/python/Lib/
H A Dsubprocess.py783 restore_signals (POSIX only)
812 restore_signals=True, start_new_session=False,
1032 restore_signals,
1750 def _posix_spawn(self, args, executable, env, restore_signals,
1759 if restore_signals:
1795 restore_signals,
1838 self._posix_spawn(args, executable, env, restore_signals,
1890 restore_signals, start_new_session,
/third_party/python/Lib/test/
H A Dtest_subprocess.py1891 restore_signals=False)
1900 restore_signals=True)
1906 msg="restore_signals=True should've unblocked "

Completed in 10 milliseconds