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