Searched refs:restore_signals (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython3/Modules/ |
D | _posixsubprocess.c | 440 int close_fds, int restore_signals, in child_exec() argument 517 if (restore_signals) in child_exec() 623 int errpipe_read, errpipe_write, close_fds, restore_signals; in subprocess_fork_exec() local 645 &restore_signals, &call_setsid, in subprocess_fork_exec() 868 close_fds, restore_signals, call_setsid, in subprocess_fork_exec()
|
/external/llvm-project/libc/src/signal/linux/ |
D | raise.cpp | 22 __llvm_libc::restore_signals(sigset); in LLVM_LIBC_ENTRYPOINT()
|
D | signal.h | 47 static inline int restore_signals(const Sigset &set) { in restore_signals() function
|
/external/python/cpython3/Lib/ |
D | subprocess.py | 757 restore_signals=True, start_new_session=False, argument 953 restore_signals, 1620 def _posix_spawn(self, args, executable, env, restore_signals, argument 1629 if restore_signals: 1665 restore_signals, argument 1707 self._posix_spawn(args, executable, env, restore_signals, 1759 restore_signals, start_new_session,
|
/external/python/cpython3/Doc/library/ |
D | subprocess.rst | 341 startupinfo=None, creationflags=0, restore_signals=True, \ 540 If *restore_signals* is true (the default) all signals that Python has set to 546 *restore_signals* was added.
|
/external/python/cpython3/Lib/test/ |
D | test_subprocess.py | 1751 restore_signals=False) 1760 restore_signals=True)
|
/external/python/cpython3/Misc/ |
D | HISTORY | 13681 - subprocess.Popen now has restore_signals and start_new_session features. The 13682 default of restore_signals=True is a new behavior compared to earlier Python
|