HomeSort by relevance Sort by last modified time
    Searched refs:restore_signals (Results 1 - 3 of 3) sorted by null

  /external/python/cpython3/Modules/
_posixsubprocess.c 397 int close_fds, int restore_signals,
464 if (restore_signals)
552 int errpipe_read, errpipe_write, close_fds, restore_signals; local
570 &restore_signals, &call_setsid, &preexec_fn))
692 close_fds, restore_signals, call_setsid,
756 restore_signals, call_setsid, preexec_fn)\n\
  /external/python/cpython3/Lib/
subprocess.py 572 restore_signals (POSIX only)
591 restore_signals=True, start_new_session=False,
707 restore_signals, start_new_session)
    [all...]
  /external/python/cpython3/Lib/test/
test_subprocess.py     [all...]

Completed in 117 milliseconds