Searched defs:restore_signals (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/libc/src/signal/linux/ |
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 1620 def _posix_spawn(self, args, executable, env, restore_signals, argument 1665 restore_signals, argument
|
/external/python/cpython3/Modules/ |
D | _posixsubprocess.c | 440 int close_fds, int restore_signals, in child_exec() 623 int errpipe_read, errpipe_write, close_fds, restore_signals; in subprocess_fork_exec() local
|