Home
last modified time | relevance | path

Searched refs:creation_flags (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/lldb/packages/Python/lldbsuite/test/test_runner/
Dprocess_control.py437 creation_flags = subprocess.CREATE_NEW_PROCESS_GROUP
439 creation_flags = 0
447 creationflags=creation_flags)
/external/python/cpython2/PC/
D_subprocess.c441 int creation_flags; in sp_CreateProcess() local
452 &creation_flags, in sp_CreateProcess()
485 creation_flags, in sp_CreateProcess()
/external/python/cpython3/Modules/clinic/
D_winapi.c.h352 DWORD creation_flags, PyObject *env_mapping,
365 DWORD creation_flags; in _winapi_CreateProcess() local
371 …_name, &command_line, &proc_attrs, &thread_attrs, &inherit_handles, &creation_flags, &env_mapping,… in _winapi_CreateProcess()
374 …ation_name, command_line, proc_attrs, thread_attrs, inherit_handles, creation_flags, env_mapping, … in _winapi_CreateProcess()
/external/rust/crates/tokio/src/process/
Dmod.rs554 pub fn creation_flags(&mut self, flags: u32) -> &mut Command { in creation_flags() method
555 self.std.creation_flags(flags); in creation_flags()
/external/python/cpython3/Modules/
D_winapi.c1065 DWORD creation_flags, PyObject *env_mapping, in _winapi_CreateProcess_impl() argument
1134 creation_flags | EXTENDED_STARTUPINFO_PRESENT | in _winapi_CreateProcess_impl()