Home
last modified time | relevance | path

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

/external/llvm-project/libc/src/signal/linux/
Dsignal.h47 static inline int restore_signals(const Sigset &set) { in restore_signals() function
/external/python/cpython3/Lib/
Dsubprocess.py757 restore_signals=True, start_new_session=False, argument
1620 def _posix_spawn(self, args, executable, env, restore_signals, argument
1665 restore_signals, argument
/external/python/cpython3/Modules/
D_posixsubprocess.c440 int close_fds, int restore_signals, in child_exec()
623 int errpipe_read, errpipe_write, close_fds, restore_signals; in subprocess_fork_exec() local