Searched refs:creation_flags (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/lldb/packages/Python/lldbsuite/test/test_runner/ |
D | process_control.py | 437 creation_flags = subprocess.CREATE_NEW_PROCESS_GROUP 439 creation_flags = 0 447 creationflags=creation_flags)
|
/external/python/cpython2/PC/ |
D | _subprocess.c | 441 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.h | 352 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/ |
D | mod.rs | 554 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.c | 1065 DWORD creation_flags, PyObject *env_mapping, in _winapi_CreateProcess_impl() argument 1134 creation_flags | EXTENDED_STARTUPINFO_PRESENT | in _winapi_CreateProcess_impl()
|