Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/
D_posixsubprocess.c559 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
/aosp_15_r20/external/python/cpython3/Lib/
Dsubprocess.py812 restore_signals=True, start_new_session=False, argument
1750 def _posix_spawn(self, args, executable, env, restore_signals, argument
1795 restore_signals, argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dsubprocess.py812 restore_signals=True, start_new_session=False, argument
1750 def _posix_spawn(self, args, executable, env, restore_signals, argument
1795 restore_signals, argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dsubprocess.py812 restore_signals=True, start_new_session=False, argument
1750 def _posix_spawn(self, args, executable, env, restore_signals, argument
1795 restore_signals, argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dsubprocess.py812 restore_signals=True, start_new_session=False, argument
1750 def _posix_spawn(self, args, executable, env, restore_signals, argument
1795 restore_signals, argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dsubprocess.py812 restore_signals=True, start_new_session=False, argument
1750 def _posix_spawn(self, args, executable, env, restore_signals, argument
1795 restore_signals, argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dsubprocess.py812 restore_signals=True, start_new_session=False, argument
1750 def _posix_spawn(self, args, executable, env, restore_signals, argument
1795 restore_signals, argument
/aosp_15_r20/external/llvm-libc/src/signal/linux/
H A Dsignal_utils.h105 LIBC_INLINE int restore_signals(const sigset_t &set) { in restore_signals() function