Home
last modified time | relevance | path

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

/external/python/cpython2/PC/
D_subprocess.c440 int inherit_handles; in sp_CreateProcess() local
451 &inherit_handles, in sp_CreateProcess()
484 inherit_handles, in sp_CreateProcess()
/external/python/cpython3/Modules/clinic/
D_winapi.c.h351 PyObject *thread_attrs, BOOL inherit_handles,
364 BOOL inherit_handles; in _winapi_CreateProcess() local
371 …&application_name, &command_line, &proc_attrs, &thread_attrs, &inherit_handles, &creation_flags, &… in _winapi_CreateProcess()
374 …pl(module, application_name, command_line, proc_attrs, thread_attrs, inherit_handles, creation_fla… in _winapi_CreateProcess()
/external/python/cpython3/Modules/
D_winapi.c1064 PyObject *thread_attrs, BOOL inherit_handles, in _winapi_CreateProcess_impl() argument
1133 inherit_handles, in _winapi_CreateProcess_impl()