Searched defs:restore_signals (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Modules/ |
D | _posixsubprocess.c | 463 int close_fds, int restore_signals, in child_exec() 662 int close_fds, int restore_signals, in do_fork_exec() 730 int errpipe_read, errpipe_write, close_fds, restore_signals; in subprocess_fork_exec() local
|
/third_party/python/Lib/ |
D | subprocess.py | 758 restore_signals=True, start_new_session=False, argument 1643 def _posix_spawn(self, args, executable, env, restore_signals, argument 1688 restore_signals, argument
|