Home
last modified time | relevance | path

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

/external/python/cpython2/PC/
D_subprocess.c424 int inherit_handles; in sp_CreateProcess() local
435 &inherit_handles, in sp_CreateProcess()
468 inherit_handles, in sp_CreateProcess()
/external/python/cpython3/Modules/clinic/
D_winapi.c.h303 PyObject *thread_attrs, BOOL inherit_handles,
316 BOOL inherit_handles; in _winapi_CreateProcess() local
323 …&application_name, &command_line, &proc_attrs, &thread_attrs, &inherit_handles, &creation_flags, &… in _winapi_CreateProcess()
326 …pl(module, application_name, command_line, proc_attrs, thread_attrs, inherit_handles, creation_fla… in _winapi_CreateProcess()
/external/libchrome/base/process/
Dlaunch.h84 bool inherit_handles = false; member
/external/libmojo/mojo/edk/test/
Dmultiprocess_test_helper.cc134 options.inherit_handles = true; in StartChildWithExtraSwitch()
/external/python/cpython3/Modules/
D_winapi.c818 PyObject *thread_attrs, BOOL inherit_handles, in _winapi_CreateProcess_impl() argument
863 inherit_handles, in _winapi_CreateProcess_impl()