Home
last modified time | relevance | path

Searched defs:restore_signals (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Modules/
D_posixsubprocess.c463 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
/external/python/cpython3/Lib/
Dsubprocess.py758 restore_signals=True, start_new_session=False, argument
1643 def _posix_spawn(self, args, executable, env, restore_signals, argument
1688 restore_signals, argument