Searched refs:creation_flags (Results 1 – 9 of 9) sorted by relevance
/third_party/boost/boost/process/detail/windows/ |
D | executor.hpp | 69 ::boost::winapi::DWORD_ creation_flags = 0; 87 creation_flags |= ::boost::winapi::EXTENDED_STARTUPINFO_PRESENT_; in set_startup_info_ex() 99 ::boost::winapi::DWORD_ creation_flags = 0; 195 this->creation_flags, // DWORD_ dwCreationFlags, in operator ()()
|
D | show_window.hpp | 37 exec.creation_flags |= ::boost::winapi::CREATE_NO_WINDOW_; in on_setup()
|
D | group_ref.hpp | 36 exec.creation_flags |= boost::winapi::CREATE_BREAKAWAY_FROM_JOB_; in on_setup()
|
D | env_init.hpp | 45 exec.creation_flags |= creation_flag(Char()); in on_setup()
|
/third_party/boost/libs/process/test/ |
D | windows_specific.cpp | 66 BOOST_CHECK(e.creation_flags & ::boost::winapi::EXTENDED_STARTUPINFO_PRESENT_); in operator ()()
|
/third_party/python/Modules/clinic/ |
D | _winapi.c.h | 389 DWORD creation_flags, PyObject *env_mapping, 402 DWORD creation_flags; in _winapi_CreateProcess() local 408 …_name, &command_line, &proc_attrs, &thread_attrs, &inherit_handles, &creation_flags, &env_mapping,… in _winapi_CreateProcess() 411 …ation_name, command_line, proc_attrs, thread_attrs, inherit_handles, creation_flags, env_mapping, … in _winapi_CreateProcess()
|
/third_party/boost/boost/process/ |
D | extend.hpp | 322 ::boost::detail::winapi::DWORD_ creation_flags;
|
/third_party/boost/boost/interprocess/detail/ |
D | win32_api.hpp | 749 inline void *create_file(const char *name, unsigned long access, unsigned long creation_flags, unsi… in create_file() argument 754 psec, creation_flags, attributes, 0); in create_file()
|
/third_party/python/Modules/ |
D | _winapi.c | 1074 DWORD creation_flags, PyObject *env_mapping, in _winapi_CreateProcess_impl() argument 1143 creation_flags | EXTENDED_STARTUPINFO_PRESENT | in _winapi_CreateProcess_impl()
|