Home
last modified time | relevance | path

Searched refs:creationflags (Results 1 – 7 of 7) sorted by relevance

/third_party/grpc/tools/run_tests/python_utils/
Dstart_port_server.py77 creationflags = 0x00000008 # detached process
79 creationflags = 0 # DETACHED_PROCESS doesn't seem to work with python3
83 creationflags=creationflags,
/third_party/python/Lib/
Dsubprocess.py757 startupinfo=None, creationflags=0, argument
794 if creationflags != 0:
968 startupinfo, creationflags, shell,
1351 startupinfo, creationflags, shell, argument
1439 creationflags,
1684 startupinfo, creationflags, shell, argument
/third_party/python/Doc/library/
Dsubprocess.rst341 startupinfo=None, creationflags=0, restore_signals=True, \
632 *creationflags*, if given, can be one or more of the following flags:
817 CTRL_BREAK_EVENT can be sent to processes started with a *creationflags*
1024 A :class:`Popen` ``creationflags`` parameter to specify that a new process
1032 A :class:`Popen` ``creationflags`` parameter to specify that a new process
1039 A :class:`Popen` ``creationflags`` parameter to specify that a new process
1046 A :class:`Popen` ``creationflags`` parameter to specify that a new process
1053 A :class:`Popen` ``creationflags`` parameter to specify that a new process
1060 A :class:`Popen` ``creationflags`` parameter to specify that a new process
1067 A :class:`Popen` ``creationflags`` parameter to specify that a new process
[all …]
Dasyncio-subprocess.rst244 started with a *creationflags* parameter which includes
/third_party/python/Lib/test/
Dtest_os.py257 creationflags=subprocess.CREATE_NEW_CONSOLE,
731 creationflags=DETACHED_PROCESS
2451 creationflags=subprocess.CREATE_NEW_PROCESS_GROUP)
Dtest_subprocess.py2213 creationflags=47)
3327 creationflags=CREATE_NEW_CONSOLE)
/third_party/python/Doc/whatsnew/
D2.4.rst402 startupinfo=None, creationflags=0):